#CD51E8

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

Shades of Medium Orchid #CD51E8

Tints of Medium Orchid #CD51E8

Color information

#CD51E8 (or 0xCD51E8) is unknown color: approx Medium Orchid. HEX triplet: CD, 51 and E8. RGB value is (205,81,232). Sum of RGB (Red+Green+Blue) = 205+81+232=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD51E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD51E8 is #32AE17. Grayscale: #868686. Windows color (decimal): -3321368 or 15225293. OLE color: 15225293.

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

Color convert

RGB20581232-
CMYK0.120.6500.09
HSL289.27º76.65%61.37%-
HSV(B)289.27º65.09%90.98%-
XYZ42.6824.6978.86-
YUV135.29182.58177.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 81 (32.03% from 255) = 15.64%
BLUE value IS 232 (91.02% from 255) = 44.79%
R=39.58%
G=15.64%
B=44.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205812320.120.6500.09289.2776.6561.37
HexCD51E8C41091214d3d
Octal3151213501410101144111575
Binary1100110110100011110100011001000001010011001000011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD51E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD51E8; }

 p { color: rgb(205,81,232); }

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

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

 a { background-color: rgb(205,81,232); }

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

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

 span { border-color: rgb(205,81,232); }

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