#CD73EE

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

Shades of Heliotrope #CD73EE

Tints of Heliotrope #CD73EE

Color information

#CD73EE (or 0xCD73EE) is unknown color: approx Heliotrope. HEX triplet: CD, 73 and EE. RGB value is (205,115,238). Sum of RGB (Red+Green+Blue) = 205+115+238=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD73EE is #328C11. Grayscale: #9B9B9B. Windows color (decimal): -3312658 or 15627213. OLE color: 15627213.

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

Color convert

RGB205115238-
CMYK0.140.5200.07
HSL283.9º78.34%69.22%-
HSV(B)283.9º51.68%93.33%-
XYZ46.7431.4184.49-
YUV155.93174.32163-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 115 (45.31% from 255) = 20.61%
BLUE value IS 238 (93.36% from 255) = 42.65%
R=36.74%
G=20.61%
B=42.65%

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
Decimal2051152380.140.5200.07283.978.3469.22
HexCD73EEE340711c4e45
Octal315163356166407434116105
Binary110011011110011111011101110110100011110001110010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD73EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD73EE; }

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

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

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

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

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

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

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

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