#CD5CE9

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

Shades of Medium Orchid #CD5CE9

Tints of Medium Orchid #CD5CE9

Color information

#CD5CE9 (or 0xCD5CE9) is unknown color: approx Medium Orchid. HEX triplet: CD, 5C and E9. RGB value is (205,92,233). Sum of RGB (Red+Green+Blue) = 205+92+233=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD5CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5CE9 is #32A316. Grayscale: #8D8D8D. Windows color (decimal): -3318551 or 15293645. OLE color: 15293645.

HSL color Cylindrical-coordinate representation of color #CD5CE9: hue angle of 288.09º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD5CE9 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20592233-
CMYK0.120.6100.09
HSL288.09º76.22%63.73%-
HSV(B)288.09º60.52%91.37%-
XYZ43.7126.5279.91-
YUV141.86179.44173.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 92 (36.33% from 255) = 17.36%
BLUE value IS 233 (91.41% from 255) = 43.96%
R=38.68%
G=17.36%
B=43.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205922330.120.6100.09288.0976.2263.73
HexCD5CE9C3D091204c40
Octal3151343511475011440114100
Binary1100110110111001110100111001111010100110010000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CE9; }

 p { color: rgb(205,92,233); }

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

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

 a { background-color: rgb(205,92,233); }

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

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

 span { border-color: rgb(205,92,233); }

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