#CC4EFD

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

Shades of Heliotrope #CC4EFD

Tints of Heliotrope #CC4EFD

Color information

#CC4EFD (or 0xCC4EFD) is unknown color: approx Heliotrope. HEX triplet: CC, 4E and FD. RGB value is (204,78,253). Sum of RGB (Red+Green+Blue) = 204+78+253=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 78 (30.86% from 255 or 14.58% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC4EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EFD is #33B102. Grayscale: #878787. Windows color (decimal): -3387651 or 16600780. OLE color: 16600780.

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

Color convert

RGB20478253-
CMYK0.190.6900.01
HSL283.2º97.77%64.9%-
HSV(B)283.2º69.17%99.22%-
XYZ45.3625.3895.44-
YUV135.62194.24176.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 78 (30.86% from 255) = 14.58%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=38.13%
G=14.58%
B=47.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204782530.190.6900.01283.297.7764.9
HexCC4EFD13450111b6241
Octal3141163752310501433142101
Binary110011001001110111111011001110001010110001101111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4EFD; }

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

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

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

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

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

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

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

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