#cd5be7

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

Shades of Medium Orchid #CD5BE7

Tints of Medium Orchid #CD5BE7

Color information

#CD5BE7 (or 0xCD5BE7) is unknown color: approx Medium Orchid. HEX triplet: CD, 5B and E7. RGB value is (205,91,231). Sum of RGB (Red+Green+Blue) = 205+91+231=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD5BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5BE7 is #32A418. Grayscale: #8C8C8C. Windows color (decimal): -3318809 or 15162317. OLE color: 15162317.

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

Color convert

RGB20591231-
CMYK0.110.6100.09
HSL288.86º74.47%63.14%-
HSV(B)288.86º60.61%90.59%-
XYZ43.3426.2378.38-
YUV141.05178.77173.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 91 (35.94% from 255) = 17.27%
BLUE value IS 231 (90.62% from 255) = 43.83%
R=38.90%
G=17.27%
B=43.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205912310.110.6100.09288.8674.4763.14
HexCD5BE7B3D091214a3f
Octal315133347137501144111277
Binary110011011011011111001111011111101010011001000011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5be7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5be7; }

 p { color: rgb(205,91,231); }

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

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

 a { background-color: rgb(205,91,231); }

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

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

 span { border-color: rgb(205,91,231); }

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