#CD5EDE

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

Shades of Medium Orchid #CD5EDE

Tints of Medium Orchid #CD5EDE

Color information

#CD5EDE (or 0xCD5EDE) is unknown color: approx Medium Orchid. HEX triplet: CD, 5E and DE. RGB value is (205,94,222). Sum of RGB (Red+Green+Blue) = 205+94+222=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5EDE is #32A121. Grayscale: #8D8D8D. Windows color (decimal): -3318050 or 14573261. OLE color: 14573261.

HSL color Cylindrical-coordinate representation of color #CD5EDE: hue angle of 292.03º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5EDE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20594222-
CMYK0.080.5800.13
HSL292.03º65.98%61.96%-
HSV(B)292.03º57.66%87.06%-
XYZ42.3626.2671.94-
YUV141.78173.27173.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 94 (37.11% from 255) = 18.04%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=39.35%
G=18.04%
B=42.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205942220.080.5800.13292.0365.9861.96
HexCD5EDE83A0D124423e
Octal315136336107201544410276
Binary110011011011110110111101000111010011011001001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5EDE; }

 p { color: rgb(205,94,222); }

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

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

 a { background-color: rgb(205,94,222); }

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

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

 span { border-color: rgb(205,94,222); }

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