#CC63F5

Color #CC63F5 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CC63F5

Tints of Heliotrope #CC63F5

Color information

#CC63F5 (or 0xCC63F5) is unknown color: approx Heliotrope. HEX triplet: CC, 63 and F5. RGB value is (204,99,245). Sum of RGB (Red+Green+Blue) = 204+99+245=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC63F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63F5 is #339C0A. Grayscale: #929292. Windows color (decimal): -3382283 or 16081868. OLE color: 16081868.

HSL color Cylindrical-coordinate representation of color #CC63F5: hue angle of 283.15º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC63F5 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20499245-
CMYK0.170.6000.04
HSL283.15º87.95%67.45%-
HSV(B)283.15º59.59%96.08%-
XYZ45.8528.3589.44-
YUV147.04183.29168.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 99 (39.06% from 255) = 18.07%
BLUE value IS 245 (96.09% from 255) = 44.71%
R=37.23%
G=18.07%
B=44.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204992450.170.6000.04283.1587.9567.45
HexCC63F5113C0411b5843
Octal314143365217404433130103
Binary1100110011000111111010110001111100010010001101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC63F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC63F5; }

 p { color: rgb(204,99,245); }

 H1.HeaderClassName
 {
   color: #CC63F5;
 }
 .AnyTagClassName
 {
   color: #CC63F5;
 }
</style>
background-color css

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

 a { background-color: rgb(204,99,245); }

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

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

 span { border-color: rgb(204,99,245); }

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