#cc47ff

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

Shades of Heliotrope #CC47FF

Tints of Heliotrope #CC47FF

Color information

#CC47FF (or 0xCC47FF) is unknown color: approx Heliotrope. HEX triplet: CC, 47 and FF. RGB value is (204,71,255). Sum of RGB (Red+Green+Blue) = 204+71+255=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC47FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC47FF is #33B800. Grayscale: #838383. Windows color (decimal): -3389441 or 16730060. OLE color: 16730060.

HSL color Cylindrical-coordinate representation of color #CC47FF: hue angle of 283.37º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC47FF is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20471255-
CMYK0.20.7200
HSL283.37º100%63.92%-
HSV(B)283.37º72.16%100%-
XYZ45.2124.5696.97-
YUV131.74197.56179.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 71 (28.12% from 255) = 13.40%
BLUE value IS 255 (100% from 255) = 48.11%
R=38.49%
G=13.40%
B=48.11%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204712550.20.7200283.3710063.92
HexCC47FF14480011b6440
Octal3141073772411000433144100
Binary110011001000111111111111010010010000010001101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc47ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc47ff; }

 p { color: rgb(204,71,255); }

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

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

 a { background-color: rgb(204,71,255); }

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

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

 span { border-color: rgb(204,71,255); }

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