#CE50D5

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

Shades of Medium Orchid #CE50D5

Tints of Medium Orchid #CE50D5

Color information

#CE50D5 (or 0xCE50D5) is unknown color: approx Medium Orchid. HEX triplet: CE, 50 and D5. RGB value is (206,80,213). Sum of RGB (Red+Green+Blue) = 206+80+213=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE50D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50D5 is #31AF2A. Grayscale: #848484. Windows color (decimal): -3256107 or 13979854. OLE color: 13979854.

HSL color Cylindrical-coordinate representation of color #CE50D5: hue angle of 296.84º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE50D5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20680213-
CMYK0.030.6200.16
HSL296.84º61.29%57.45%-
HSV(B)296.84º62.44%83.53%-
XYZ40.3323.6665.39-
YUV132.84173.24180.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 80 (31.64% from 255) = 16.03%
BLUE value IS 213 (83.59% from 255) = 42.69%
R=41.28%
G=16.03%
B=42.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206802130.030.6200.16296.8461.2957.45
HexCE50D533E0101293d39
Octal3161203253760204517571
Binary1100111010100001101010111111110010000100101001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE50D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE50D5; }

 p { color: rgb(206,80,213); }

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

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

 a { background-color: rgb(206,80,213); }

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

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

 span { border-color: rgb(206,80,213); }

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