Html Css Color HEX #CC6CFC Heliotrope

📋 copy color: '#CC6CFC'

red 204 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #CC6CFC

Tints of Heliotrope #CC6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.15%

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 36.17%
G = 19.15%
B = 44.68%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC6CFC (or 0xCC6CFC) is known color: Heliotrope. HEX triplet: CC, 6C and FC. RGB value is (204,108,252). Sum of RGB (Red+Green+Blue) = 204+108+252=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CFC is #339303. Grayscale: #989898. Windows color (decimal): -3379972 or 16542924. OLE color: 16542924.

HSL color Cylindrical-coordinate representation of color #CC6CFC: hue angle of 280º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6CFC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 108 252 -
CMYK 0.19 0.57 0 0.01
HSL 280º 0.96% 0.71% -
HSV(B) 280º 0.57% 0.99% -
XYZ 47.84 30.59 95.48 -
YUV 153.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 204 108 252 0.19 0.57 0 0.01 280 0.96 0.71
Hex CC 6C FC 13 39 0 1 118 60 47
Octal 314 154 374 23 71 0 1 430 140 107
Binary 11001100 1101100 11111100 10011 111001 0 1 100011000 1100000 1000111

Color Harmonies of #CC6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CFC

Black with #CC6CFC

Text Example


Text Example

White with #CC6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CFC; }

 p { color: rgb(204,108,252); }

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

background-color css

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

 a { background-color: rgb(204,108,252); }

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

border-color css

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

 span { border-color: rgb(204,108,252); }

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