#CC52FD

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

Shades of Heliotrope #CC52FD

Tints of Heliotrope #CC52FD

Color information

#CC52FD (or 0xCC52FD) is unknown color: approx Heliotrope. HEX triplet: CC, 52 and FD. RGB value is (204,82,253). Sum of RGB (Red+Green+Blue) = 204+82+253=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 82 (32.42% from 255 or 15.21% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC52FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52FD is #33AD02. Grayscale: #898989. Windows color (decimal): -3386627 or 16601804. OLE color: 16601804.

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

Color convert

RGB20482253-
CMYK0.190.6800.01
HSL282.81º97.71%65.69%-
HSV(B)282.81º67.59%99.22%-
XYZ45.6525.9695.53-
YUV137.97192.92175.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 82 (32.42% from 255) = 15.21%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=37.85%
G=15.21%
B=46.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204822530.190.6800.01282.8197.7165.69
HexCC52FD13440111b6242
Octal3141223752310401433142102
Binary110011001010010111111011001110001000110001101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC52FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC52FD; }

 p { color: rgb(204,82,253); }

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

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

 a { background-color: rgb(204,82,253); }

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

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

 span { border-color: rgb(204,82,253); }

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