#cc4cfe

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

Shades of Heliotrope #CC4CFE

Tints of Heliotrope #CC4CFE

Color information

#CC4CFE (or 0xCC4CFE) is unknown color: approx Heliotrope. HEX triplet: CC, 4C and FE. RGB value is (204,76,254). Sum of RGB (Red+Green+Blue) = 204+76+254=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CFE is #33B301. Grayscale: #858585. Windows color (decimal): -3388162 or 16665804. OLE color: 16665804.

HSL color Cylindrical-coordinate representation of color #CC4CFE: hue angle of 283.15º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC4CFE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20476254-
CMYK0.200.7000.00
HSL283.15º98.89%64.71%-
HSV(B)283.15º70.08%99.61%-
XYZ45.3825.1696.23-
YUV134.56195.41177.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 76 (30.08% from 255) = 14.23%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=38.20%
G=14.23%
B=47.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal204762540.200.7000.00283.1598.8964.71
HexCC4CFE14460011b6341
Octal3141143762410600433143101
Binary110011001001100111111101010010001100010001101111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc4cfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc4cfe; }

 p { color: rgb(204,76,254); }

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

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

 a { background-color: rgb(204,76,254); }

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

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

 span { border-color: rgb(204,76,254); }

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