#CD4EDE

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

Shades of Medium Orchid #CD4EDE

Tints of Medium Orchid #CD4EDE

Color information

#CD4EDE (or 0xCD4EDE) is unknown color: approx Medium Orchid. HEX triplet: CD, 4E and DE. RGB value is (205,78,222). Sum of RGB (Red+Green+Blue) = 205+78+222=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4EDE is #32B121. Grayscale: #838383. Windows color (decimal): -3322146 or 14569165. OLE color: 14569165.

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

Color convert

RGB20578222-
CMYK0.080.6500.13
HSL292.92º68.57%58.82%-
HSV(B)292.92º64.86%87.06%-
XYZ41.0923.771.52-
YUV132.39178.58179.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 78 (30.86% from 255) = 15.45%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=40.59%
G=15.45%
B=43.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205782220.080.6500.13292.9268.5758.82
HexCD4EDE8410D125453b
Octal3151163361010101544510573
Binary1100110110011101101111010001000001011011001001011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4EDE; }

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

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

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

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

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

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

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

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