Html Css Color HEX #CC6CF9 Heliotrope

📋 copy color: '#CC6CF9'

red 204 ◦ green 108 ◦ blue 249

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

Shades of Heliotrope #CC6CF9

Tints of Heliotrope #CC6CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.39%

R = 36.36%
G = 19.25%
B = 44.39%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC6CF9 (or 0xCC6CF9) is known color: Heliotrope. HEX triplet: CC, 6C and F9. RGB value is (204,108,249). Sum of RGB (Red+Green+Blue) = 204+108+249=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC6CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CF9 is #339306. Grayscale: #989898. Windows color (decimal): -3379975 or 16346316. OLE color: 16346316.

HSL color Cylindrical-coordinate representation of color #CC6CF9: hue angle of 280.85º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6CF9 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 108 249 -
CMYK 0.18 0.57 0 0.02
HSL 280.85º 0.92% 0.7% -
HSV(B) 280.85º 0.57% 0.98% -
XYZ 47.36 30.4 92.99 -
YUV 152.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 204 108 249 0.18 0.57 0 0.02 280.85 0.92 0.7
Hex CC 6C F9 12 39 0 2 119 5C 46
Octal 314 154 371 22 71 0 2 431 134 106
Binary 11001100 1101100 11111001 10010 111001 0 10 100011001 1011100 1000110

Color Harmonies of #CC6CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CF9

Black with #CC6CF9

Text Example


Text Example

White with #CC6CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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