Html Css Color HEX #CC6EEB Heliotrope

📋 copy color: '#CC6EEB'

red 204 ◦ green 110 ◦ blue 235

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

Shades of Heliotrope #CC6EEB

Tints of Heliotrope #CC6EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 37.16%
G = 20.04%
B = 42.81%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC6EEB (or 0xCC6EEB) is known color: Heliotrope. HEX triplet: CC, 6E and EB. RGB value is (204,110,235). Sum of RGB (Red+Green+Blue) = 204+110+235=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC6EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EEB is #339114. Grayscale: #979797. Windows color (decimal): -3379477 or 15429324. OLE color: 15429324.

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

Color convert

RGB 204 110 235 -
CMYK 0.13 0.53 0 0.08
HSL 285.12º 0.76% 0.68% -
HSV(B) 285.12º 0.53% 0.92% -
XYZ 45.47 29.99 81.99 -
YUV 152.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 204 110 235 0.13 0.53 0 0.08 285.12 0.76 0.68
Hex CC 6E EB D 35 0 8 11D 4C 44
Octal 314 156 353 15 65 0 10 435 114 104
Binary 11001100 1101110 11101011 1101 110101 0 1000 100011101 1001100 1000100

Color Harmonies of #CC6EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EEB

Black with #CC6EEB

Text Example


Text Example

White with #CC6EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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