#CC4EFC

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

Shades of Heliotrope #CC4EFC

Tints of Heliotrope #CC4EFC

Color information

#CC4EFC (or 0xCC4EFC) is unknown color: approx Heliotrope. HEX triplet: CC, 4E and FC. RGB value is (204,78,252). Sum of RGB (Red+Green+Blue) = 204+78+252=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 78 (30.86% from 255 or 14.61% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC4EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EFC is #33B103. Grayscale: #868686. Windows color (decimal): -3387652 or 16535244. OLE color: 16535244.

HSL color Cylindrical-coordinate representation of color #CC4EFC: hue angle of 283.45º degrees, saturation: 0.97, 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 #CC4EFC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20478252-
CMYK0.190.6900.01
HSL283.45º96.67%64.71%-
HSV(B)283.45º69.05%98.82%-
XYZ45.225.3194.6-
YUV135.51193.74176.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 78 (30.86% from 255) = 14.61%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=38.20%
G=14.61%
B=47.19%

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
Decimal204782520.190.6900.01283.4596.6764.71
HexCC4EFC13450111b6141
Octal3141163742310501433141101
Binary110011001001110111111001001110001010110001101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4EFC; }

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

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

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

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

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

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

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

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