Html Css Color HEX #CC6EEF Heliotrope

📋 copy color: '#CC6EEF'

red 204 ◦ green 110 ◦ blue 239

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

Shades of Heliotrope #CC6EEF

Tints of Heliotrope #CC6EEF

RGB

 RED value IS 204 (80.08% from 255) = 36.89%

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

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 36.89%
G = 19.89%
B = 43.22%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC6EEF (or 0xCC6EEF) is known color: Heliotrope. HEX triplet: CC, 6E and EF. RGB value is (204,110,239). Sum of RGB (Red+Green+Blue) = 204+110+239=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EEF is #339110. Grayscale: #989898. Windows color (decimal): -3379473 or 15691468. OLE color: 15691468.

HSL color Cylindrical-coordinate representation of color #CC6EEF: hue angle of 283.72º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6EEF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 110 239 -
CMYK 0.15 0.54 0 0.06
HSL 283.72º 0.8% 0.68% -
HSV(B) 283.72º 0.54% 0.94% -
XYZ 46.06 30.22 85.07 -
YUV 152.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 204 110 239 0.15 0.54 0 0.06 283.72 0.8 0.68
Hex CC 6E EF F 36 0 6 11C 50 44
Octal 314 156 357 17 66 0 6 434 120 104
Binary 11001100 1101110 11101111 1111 110110 0 110 100011100 1010000 1000100

Color Harmonies of #CC6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EEF

Black with #CC6EEF

Text Example


Text Example

White with #CC6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EEF; }

 p { color: rgb(204,110,239); }

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

background-color css

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

 a { background-color: rgb(204,110,239); }

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

border-color css

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

 span { border-color: rgb(204,110,239); }

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