Html Css Color HEX #CE75EB Heliotrope

📋 copy color: '#CE75EB'

red 206 ◦ green 117 ◦ blue 235

#CE75EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CE75EB

Tints of Heliotrope #CE75EB

RGB

 RED value IS 206 (80.86% from 255) = 36.92%

 GREEN value IS 117 (46.09% from 255) = 20.97%

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 36.92%
G = 20.97%
B = 42.11%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE75EB (or 0xCE75EB) is known color: Heliotrope. HEX triplet: CE, 75 and EB. RGB value is (206,117,235). Sum of RGB (Red+Green+Blue) = 206+117+235=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE75EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75EB is #318A14. Grayscale: #9C9C9C. Windows color (decimal): -3246613 or 15431118. OLE color: 15431118.

HSL color Cylindrical-coordinate representation of color #CE75EB: hue angle of 285.25º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE75EB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 117 235 -
CMYK 0.12 0.50 0 0.08
HSL 285.25º 0.75% 0.69% -
HSV(B) 285.25º 0.5% 0.92% -
XYZ 46.81 31.84 82.28 -
YUV 157.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 206 117 235 0.12 0.50 0 0.08 285.25 0.75 0.69
Hex CE 75 EB C 32 0 8 11D 4B 45
Octal 316 165 353 14 62 0 10 435 113 105
Binary 11001110 1110101 11101011 1100 110010 0 1000 100011101 1001011 1000101

Color Harmonies of #CE75EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75EB

Black with #CE75EB

Text Example


Text Example

White with #CE75EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75EB; }

 p { color: rgb(206,117,235); }

 H1.HeaderClassName
 {
   color: #CE75EB;
 }
 .AnyTagClassName
 {
   color: #CE75EB;
 }
</style>

background-color css

<style>
 a { background-color: #CE75EB; }

 a { background-color: rgb(206,117,235); }

 div.DivClassName
 {
   background-color: #CE75EB;
 }
 .BgClassName
 {
   background-color: #CE75EB;
 }
</style>

border-color css

<style>
 span { border-color: #CE75EB; }

 span { border-color: rgb(206,117,235); }

 td.TdClassName
 {
   border-color: #CE75EB;
 }
 .TagClassName
 {
   border-color: #CE75EB;
 }
</style>