Html Css Color HEX #CC6EED Heliotrope

📋 copy color: '#CC6EED'

red 204 ◦ green 110 ◦ blue 237

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

Shades of Heliotrope #CC6EED

Tints of Heliotrope #CC6EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 37.02%
G = 19.96%
B = 43.01%

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

#CC6EED (or 0xCC6EED) is known color: Heliotrope. HEX triplet: CC, 6E and ED. RGB value is (204,110,237). Sum of RGB (Red+Green+Blue) = 204+110+237=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EED is #339112. Grayscale: #989898. Windows color (decimal): -3379475 or 15560396. OLE color: 15560396.

HSL color Cylindrical-coordinate representation of color #CC6EED: hue angle of 284.41º degrees, saturation: 0.78, 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 #CC6EED is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 110 237 -
CMYK 0.14 0.54 0 0.07
HSL 284.41º 0.78% 0.68% -
HSV(B) 284.41º 0.54% 0.93% -
XYZ 45.76 30.1 83.52 -
YUV 152.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 204 110 237 0.14 0.54 0 0.07 284.41 0.78 0.68
Hex CC 6E ED E 36 0 7 11C 4E 44
Octal 314 156 355 16 66 0 7 434 116 104
Binary 11001100 1101110 11101101 1110 110110 0 111 100011100 1001110 1000100

Color Harmonies of #CC6EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EED

Black with #CC6EED

Text Example


Text Example

White with #CC6EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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