Html Css Color HEX #CC60FB Heliotrope

📋 copy color: '#CC60FB'

red 204 ◦ green 96 ◦ blue 251

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

Shades of Heliotrope #CC60FB

Tints of Heliotrope #CC60FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 37.02%
G = 17.42%
B = 45.55%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC60FB (or 0xCC60FB) is known color: Heliotrope. HEX triplet: CC, 60 and FB. RGB value is (204,96,251). Sum of RGB (Red+Green+Blue) = 204+96+251=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60FB is #339F04. Grayscale: #919191. Windows color (decimal): -3383045 or 16474316. OLE color: 16474316.

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

Color convert

RGB 204 96 251 -
CMYK 0.19 0.62 0 0.02
HSL 281.81º 0.95% 0.68% -
HSV(B) 281.81º 0.62% 0.98% -
XYZ 46.5 28.17 94.25 -
YUV 145.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 204 96 251 0.19 0.62 0 0.02 281.81 0.95 0.68
Hex CC 60 FB 13 3E 0 2 11A 5F 44
Octal 314 140 373 23 76 0 2 432 137 104
Binary 11001100 1100000 11111011 10011 111110 0 10 100011010 1011111 1000100

Color Harmonies of #CC60FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60FB

Black with #CC60FB

Text Example


Text Example

White with #CC60FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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