#CC73ED

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

Shades of Heliotrope #CC73ED

Tints of Heliotrope #CC73ED

Color information

#CC73ED (or 0xCC73ED) is unknown color: approx Heliotrope. HEX triplet: CC, 73 and ED. RGB value is (204,115,237). Sum of RGB (Red+Green+Blue) = 204+115+237=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73ED is #338C12. Grayscale: #9B9B9B. Windows color (decimal): -3378195 or 15561676. OLE color: 15561676.

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

Color convert

RGB204115237-
CMYK0.140.5100.07
HSL283.77º77.22%69.02%-
HSV(B)283.77º51.48%92.94%-
XYZ46.3231.2183.7-
YUV155.52173.99162.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 115 (45.31% from 255) = 20.68%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=36.69%
G=20.68%
B=42.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041152370.140.5100.07283.7777.2269.02
HexCC73EDE330711c4d45
Octal314163355166307434115105
Binary110011001110011111011011110110011011110001110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC73ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC73ED; }

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

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

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

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

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

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

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

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