Html Css Color HEX #CC60FC Heliotrope

📋 copy color: '#CC60FC'

red 204 ◦ green 96 ◦ blue 252

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

Shades of Heliotrope #CC60FC

Tints of Heliotrope #CC60FC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.39%

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

R = 36.96%
G = 17.39%
B = 45.65%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC60FC (or 0xCC60FC) is known color: Heliotrope. HEX triplet: CC, 60 and FC. RGB value is (204,96,252). Sum of RGB (Red+Green+Blue) = 204+96+252=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC60FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60FC is #339F03. Grayscale: #919191. Windows color (decimal): -3383044 or 16539852. OLE color: 16539852.

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

Color convert

RGB 204 96 252 -
CMYK 0.19 0.62 0 0.01
HSL 281.54º 0.96% 0.68% -
HSV(B) 281.54º 0.62% 0.99% -
XYZ 46.66 28.23 95.09 -
YUV 146.08 187.78 169.32 -
System Red Green Blue C M Y K H S L
Decimal 204 96 252 0.19 0.62 0 0.01 281.54 0.96 0.68
Hex CC 60 FC 13 3E 0 1 11A 60 44
Octal 314 140 374 23 76 0 1 432 140 104
Binary 11001100 1100000 11111100 10011 111110 0 1 100011010 1100000 1000100

Color Harmonies of #CC60FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60FC

Black with #CC60FC

Text Example


Text Example

White with #CC60FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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