Html Css Color HEX #CE6EEC Heliotrope

📋 copy color: '#CE6EEC'

red 206 ◦ green 110 ◦ blue 236

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

Shades of Heliotrope #CE6EEC

Tints of Heliotrope #CE6EEC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.93%

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 37.32%
G = 19.93%
B = 42.75%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE6EEC (or 0xCE6EEC) is known color: Heliotrope. HEX triplet: CE, 6E and EC. RGB value is (206,110,236). Sum of RGB (Red+Green+Blue) = 206+110+236=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EEC is #319113. Grayscale: #989898. Windows color (decimal): -3248404 or 15494862. OLE color: 15494862.

HSL color Cylindrical-coordinate representation of color #CE6EEC: hue angle of 285.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6EEC is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 110 236 -
CMYK 0.13 0.53 0 0.07
HSL 285.71º 0.77% 0.68% -
HSV(B) 285.71º 0.53% 0.93% -
XYZ 46.17 30.33 82.78 -
YUV 153.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 206 110 236 0.13 0.53 0 0.07 285.71 0.77 0.68
Hex CE 6E EC D 35 0 7 11E 4D 44
Octal 316 156 354 15 65 0 7 436 115 104
Binary 11001110 1101110 11101100 1101 110101 0 111 100011110 1001101 1000100

Color Harmonies of #CE6EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EEC

Black with #CE6EEC

Text Example


Text Example

White with #CE6EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EEC; }

 p { color: rgb(206,110,236); }

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

background-color css

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

 a { background-color: rgb(206,110,236); }

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

border-color css

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

 span { border-color: rgb(206,110,236); }

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