Html Css Color HEX #CC6FEC Heliotrope

📋 copy color: '#CC6FEC'

red 204 ◦ green 111 ◦ blue 236

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

Shades of Heliotrope #CC6FEC

Tints of Heliotrope #CC6FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 37.02%
G = 20.15%
B = 42.83%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC6FEC (or 0xCC6FEC) is known color: Heliotrope. HEX triplet: CC, 6F and EC. RGB value is (204,111,236). Sum of RGB (Red+Green+Blue) = 204+111+236=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FEC is #339013. Grayscale: #989898. Windows color (decimal): -3379220 or 15495116. OLE color: 15495116.

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

Color convert

RGB 204 111 236 -
CMYK 0.14 0.53 0 0.07
HSL 284.64º 0.77% 0.68% -
HSV(B) 284.64º 0.53% 0.93% -
XYZ 45.73 30.26 82.79 -
YUV 153.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 204 111 236 0.14 0.53 0 0.07 284.64 0.77 0.68
Hex CC 6F EC E 35 0 7 11D 4D 44
Octal 314 157 354 16 65 0 7 435 115 104
Binary 11001100 1101111 11101100 1110 110101 0 111 100011101 1001101 1000100

Color Harmonies of #CC6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FEC

Black with #CC6FEC

Text Example


Text Example

White with #CC6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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