#CC71ED

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

Shades of Heliotrope #CC71ED

Tints of Heliotrope #CC71ED

Color information

#CC71ED (or 0xCC71ED) is unknown color: approx Heliotrope. HEX triplet: CC, 71 and ED. RGB value is (204,113,237). Sum of RGB (Red+Green+Blue) = 204+113+237=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC71ED is #338E12. Grayscale: #999999. Windows color (decimal): -3378707 or 15561164. OLE color: 15561164.

HSL color Cylindrical-coordinate representation of color #CC71ED: hue angle of 284.03º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC71ED is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204113237-
CMYK0.140.5200.07
HSL284.03º77.5%68.63%-
HSV(B)284.03º52.32%92.94%-
XYZ46.0930.7683.63-
YUV154.34174.65163.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 113 (44.53% from 255) = 20.40%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=36.82%
G=20.40%
B=42.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041132370.140.5200.07284.0377.568.63
HexCC71EDE340711c4e45
Octal314161355166407434116105
Binary110011001110001111011011110110100011110001110010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71ED; }

 p { color: rgb(204,113,237); }

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

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

 a { background-color: rgb(204,113,237); }

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

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

 span { border-color: rgb(204,113,237); }

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