#CC73EE

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

Shades of Heliotrope #CC73EE

Tints of Heliotrope #CC73EE

Color information

#CC73EE (or 0xCC73EE) is unknown color: approx Heliotrope. HEX triplet: CC, 73 and EE. RGB value is (204,115,238). Sum of RGB (Red+Green+Blue) = 204+115+238=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73EE is #338C11. Grayscale: #9B9B9B. Windows color (decimal): -3378194 or 15627212. OLE color: 15627212.

HSL color Cylindrical-coordinate representation of color #CC73EE: hue angle of 283.41º degrees, saturation: 0.78, 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 #CC73EE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204115238-
CMYK0.140.5200.07
HSL283.41º78.34%69.22%-
HSV(B)283.41º51.68%93.33%-
XYZ46.4731.2784.48-
YUV155.63174.49162.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 115 (45.31% from 255) = 20.65%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=36.62%
G=20.65%
B=42.73%

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
Decimal2041152380.140.5200.07283.4178.3469.22
HexCC73EEE340711b4e45
Octal314163356166407433116105
Binary110011001110011111011101110110100011110001101110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC73EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC73EE; }

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

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

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

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

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

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

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

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