Html Css Color HEX #CC60FA Heliotrope

📋 copy color: '#CC60FA'

red 204 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #CC60FA

Tints of Heliotrope #CC60FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 37.09%
G = 17.45%
B = 45.45%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC60FA (or 0xCC60FA) is known color: Heliotrope. HEX triplet: CC, 60 and FA. RGB value is (204,96,250). Sum of RGB (Red+Green+Blue) = 204+96+250=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60FA is #339F05. Grayscale: #919191. Windows color (decimal): -3383046 or 16408780. OLE color: 16408780.

HSL color Cylindrical-coordinate representation of color #CC60FA: hue angle of 282.08º degrees, saturation: 0.94, 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 #CC60FA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 96 250 -
CMYK 0.18 0.62 0 0.02
HSL 282.08º 0.94% 0.68% -
HSV(B) 282.08º 0.62% 0.98% -
XYZ 46.34 28.11 93.42 -
YUV 145.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 204 96 250 0.18 0.62 0 0.02 282.08 0.94 0.68
Hex CC 60 FA 12 3E 0 2 11A 5E 44
Octal 314 140 372 22 76 0 2 432 136 104
Binary 11001100 1100000 11111010 10010 111110 0 10 100011010 1011110 1000100

Color Harmonies of #CC60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60FA

Black with #CC60FA

Text Example


Text Example

White with #CC60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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