Html Css Color HEX #CC6FEA Heliotrope

📋 copy color: '#CC6FEA'

red 204 ◦ green 111 ◦ blue 234

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

Shades of Heliotrope #CC6FEA

Tints of Heliotrope #CC6FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.22%

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 37.16%
G = 20.22%
B = 42.62%

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

#CC6FEA (or 0xCC6FEA) is known color: Heliotrope. HEX triplet: CC, 6F and EA. RGB value is (204,111,234). Sum of RGB (Red+Green+Blue) = 204+111+234=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FEA is #339015. Grayscale: #989898. Windows color (decimal): -3379222 or 15364044. OLE color: 15364044.

HSL color Cylindrical-coordinate representation of color #CC6FEA: hue angle of 285.37º degrees, saturation: 0.75, 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 #CC6FEA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 111 234 -
CMYK 0.13 0.53 0 0.08
HSL 285.37º 0.75% 0.68% -
HSV(B) 285.37º 0.53% 0.92% -
XYZ 45.44 30.15 81.27 -
YUV 152.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 204 111 234 0.13 0.53 0 0.08 285.37 0.75 0.68
Hex CC 6F EA D 35 0 8 11D 4B 44
Octal 314 157 352 15 65 0 10 435 113 104
Binary 11001100 1101111 11101010 1101 110101 0 1000 100011101 1001011 1000100

Color Harmonies of #CC6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FEA

Black with #CC6FEA

Text Example


Text Example

White with #CC6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FEA; }

 p { color: rgb(204,111,234); }

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

background-color css

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

 a { background-color: rgb(204,111,234); }

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

border-color css

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

 span { border-color: rgb(204,111,234); }

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