#CD5DEA

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

Shades of Medium Orchid #CD5DEA

Tints of Medium Orchid #CD5DEA

Color information

#CD5DEA (or 0xCD5DEA) is unknown color: approx Medium Orchid. HEX triplet: CD, 5D and EA. RGB value is (205,93,234). Sum of RGB (Red+Green+Blue) = 205+93+234=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5DEA is #32A215. Grayscale: #8E8E8E. Windows color (decimal): -3318294 or 15359437. OLE color: 15359437.

HSL color Cylindrical-coordinate representation of color #CD5DEA: hue angle of 287.66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5DEA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20593234-
CMYK0.120.6000.08
HSL287.66º77.05%64.12%-
HSV(B)287.66º60.26%91.76%-
XYZ43.9426.7580.69-
YUV142.56179.61172.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 93 (36.72% from 255) = 17.48%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=38.53%
G=17.48%
B=43.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205932340.120.6000.08287.6677.0564.12
HexCD5DEAC3C081204d40
Octal3151353521474010440115100
Binary1100110110111011110101011001111000100010010000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DEA; }

 p { color: rgb(205,93,234); }

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

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

 a { background-color: rgb(205,93,234); }

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

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

 span { border-color: rgb(205,93,234); }

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