Html Css Color HEX #CC6EEE Heliotrope

📋 copy color: '#CC6EEE'

red 204 ◦ green 110 ◦ blue 238

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

Shades of Heliotrope #CC6EEE

Tints of Heliotrope #CC6EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 36.96%
G = 19.93%
B = 43.12%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC6EEE (or 0xCC6EEE) is known color: Heliotrope. HEX triplet: CC, 6E and EE. RGB value is (204,110,238). Sum of RGB (Red+Green+Blue) = 204+110+238=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EEE is #339111. Grayscale: #989898. Windows color (decimal): -3379474 or 15625932. OLE color: 15625932.

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

Color convert

RGB 204 110 238 -
CMYK 0.14 0.54 0 0.07
HSL 284.06º 0.79% 0.68% -
HSV(B) 284.06º 0.54% 0.93% -
XYZ 45.91 30.16 84.29 -
YUV 152.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 204 110 238 0.14 0.54 0 0.07 284.06 0.79 0.68
Hex CC 6E EE E 36 0 7 11C 4F 44
Octal 314 156 356 16 66 0 7 434 117 104
Binary 11001100 1101110 11101110 1110 110110 0 111 100011100 1001111 1000100

Color Harmonies of #CC6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EEE

Black with #CC6EEE

Text Example


Text Example

White with #CC6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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