#CD5ED9

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

Shades of Medium Orchid #CD5ED9

Tints of Medium Orchid #CD5ED9

Color information

#CD5ED9 (or 0xCD5ED9) is unknown color: approx Medium Orchid. HEX triplet: CD, 5E and D9. RGB value is (205,94,217). Sum of RGB (Red+Green+Blue) = 205+94+217=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD5ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5ED9 is #32A126. Grayscale: #8C8C8C. Windows color (decimal): -3318055 or 14245581. OLE color: 14245581.

HSL color Cylindrical-coordinate representation of color #CD5ED9: hue angle of 294.15º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5ED9 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20594217-
CMYK0.060.5700.15
HSL294.15º61.81%60.98%-
HSV(B)294.15º56.68%85.1%-
XYZ41.725.9968.47-
YUV141.21170.77173.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 94 (37.11% from 255) = 18.22%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=39.73%
G=18.22%
B=42.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205942170.060.5700.15294.1561.8160.98
HexCD5ED96390F1263e3d
Octal3151363316710174467675
Binary1100110110111101101100111011100101111100100110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5ED9; }

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

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

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

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

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

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

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

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