#CD5DE3

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

Shades of Medium Orchid #CD5DE3

Tints of Medium Orchid #CD5DE3

Color information

#CD5DE3 (or 0xCD5DE3) is unknown color: approx Medium Orchid. HEX triplet: CD, 5D and E3. RGB value is (205,93,227). Sum of RGB (Red+Green+Blue) = 205+93+227=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD5DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DE3 is #32A21C. Grayscale: #8D8D8D. Windows color (decimal): -3318301 or 14900685. OLE color: 14900685.

HSL color Cylindrical-coordinate representation of color #CD5DE3: hue angle of 290.15º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD5DE3 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20593227-
CMYK0.100.5900.11
HSL290.15º70.53%62.75%-
HSV(B)290.15º59.03%89.02%-
XYZ42.9626.3575.5-
YUV141.76176.11173.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=39.05%
G=17.71%
B=43.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205932270.100.5900.11290.1570.5362.75
HexCD5DE3A3B0B122473f
Octal315135343127301344210777
Binary110011011011101111000111010111011010111001000101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DE3; }

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

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

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

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

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

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

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

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