#CD50E9

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

Shades of Medium Orchid #CD50E9

Tints of Medium Orchid #CD50E9

Color information

#CD50E9 (or 0xCD50E9) is unknown color: approx Medium Orchid. HEX triplet: CD, 50 and E9. RGB value is (205,80,233). Sum of RGB (Red+Green+Blue) = 205+80+233=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD50E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD50E9 is #32AF16. Grayscale: #868686. Windows color (decimal): -3321623 or 15290573. OLE color: 15290573.

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

Color convert

RGB20580233-
CMYK0.120.6600.09
HSL289.02º77.66%61.37%-
HSV(B)289.02º65.67%91.37%-
XYZ42.7524.679.59-
YUV134.82183.41178.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 80 (31.64% from 255) = 15.44%
BLUE value IS 233 (91.41% from 255) = 44.98%
R=39.58%
G=15.44%
B=44.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205802330.120.6600.09289.0277.6661.37
HexCD50E9C42091214e3d
Octal3151203511410201144111675
Binary1100110110100001110100111001000010010011001000011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD50E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD50E9; }

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

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

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

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

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

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

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

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