#CE49D8

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

Shades of Medium Orchid #CE49D8

Tints of Medium Orchid #CE49D8

Color information

#CE49D8 (or 0xCE49D8) is unknown color: approx Medium Orchid. HEX triplet: CE, 49 and D8. RGB value is (206,73,216). Sum of RGB (Red+Green+Blue) = 206+73+216=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE49D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49D8 is #31B627. Grayscale: #808080. Windows color (decimal): -3257896 or 14174670. OLE color: 14174670.

HSL color Cylindrical-coordinate representation of color #CE49D8: hue angle of 295.8º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE49D8 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20673216-
CMYK0.050.6600.15
HSL295.8º64.71%56.67%-
HSV(B)295.8º66.2%84.71%-
XYZ40.2322.8467.25-
YUV129.07177.06182.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 73 (28.91% from 255) = 14.75%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=41.62%
G=14.75%
B=43.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206732160.050.6600.15295.864.7156.67
HexCE49D85420F1284139
Octal316111330510201745010171
Binary110011101001001110110001011000010011111001010001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE49D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE49D8; }

 p { color: rgb(206,73,216); }

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

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

 a { background-color: rgb(206,73,216); }

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

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

 span { border-color: rgb(206,73,216); }

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