#CD4ED8

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

Shades of Medium Orchid #CD4ED8

Tints of Medium Orchid #CD4ED8

Color information

#CD4ED8 (or 0xCD4ED8) is unknown color: approx Medium Orchid. HEX triplet: CD, 4E and D8. RGB value is (205,78,216). Sum of RGB (Red+Green+Blue) = 205+78+216=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4ED8 is #32B127. Grayscale: #838383. Windows color (decimal): -3322152 or 14175949. OLE color: 14175949.

HSL color Cylindrical-coordinate representation of color #CD4ED8: hue angle of 295.22º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4ED8 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20578216-
CMYK0.050.6400.15
HSL295.22º63.89%57.65%-
HSV(B)295.22º63.89%84.71%-
XYZ40.323.3967.36-
YUV131.7175.58180.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 78 (30.86% from 255) = 15.63%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=41.08%
G=15.63%
B=43.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205782160.050.6400.15295.2263.8957.65
HexCD4ED85400F127403a
Octal315116330510001744710072
Binary110011011001110110110001011000000011111001001111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4ED8; }

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

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

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

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

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

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

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

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