Html Css Color HEX #CE66FF Heliotrope

📋 copy color: '#CE66FF'

red 206 ◦ green 102 ◦ blue 255

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

Shades of Heliotrope #CE66FF

Tints of Heliotrope #CE66FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.12%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 36.59%
G = 18.12%
B = 45.29%

CMYK

 C value IS 0.19

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE66FF (or 0xCE66FF) is known color: Heliotrope. HEX triplet: CE, 66 and FF. RGB value is (206,102,255). Sum of RGB (Red+Green+Blue) = 206+102+255=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66FF is #319900. Grayscale: #969696. Windows color (decimal): -3250433 or 16737998. OLE color: 16737998.

HSL color Cylindrical-coordinate representation of color #CE66FF: hue angle of 280.78º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE66FF is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 102 255 -
CMYK 0.19 0.6 0 0
HSL 280.78º 1% 0.7% -
HSV(B) 280.78º 0.6% 1% -
XYZ 48.25 29.84 97.83 -
YUV 150.54 186.96 167.56 -
System Red Green Blue C M Y K H S L
Decimal 206 102 255 0.19 0.6 0 0 280.78 1 0.7
Hex CE 66 FF 13 3C 0 0 119 64 46
Octal 316 146 377 23 74 0 0 431 144 106
Binary 11001110 1100110 11111111 10011 111100 0 0 100011001 1100100 1000110

Color Harmonies of #CE66FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66FF

Black with #CE66FF

Text Example


Text Example

White with #CE66FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66FF; }

 p { color: rgb(206,102,255); }

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

background-color css

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

 a { background-color: rgb(206,102,255); }

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

border-color css

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

 span { border-color: rgb(206,102,255); }

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