#CE3BD9

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

Shades of Medium Orchid #CE3BD9

Tints of Medium Orchid #CE3BD9

Color information

#CE3BD9 (or 0xCE3BD9) is unknown color: approx Medium Orchid. HEX triplet: CE, 3B and D9. RGB value is (206,59,217). Sum of RGB (Red+Green+Blue) = 206+59+217=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE3BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BD9 is #31C426. Grayscale: #787878. Windows color (decimal): -3261479 or 14236622. OLE color: 14236622.

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

Color convert

RGB20659217-
CMYK0.050.7300.15
HSL295.82º67.52%54.12%-
HSV(B)295.82º72.81%85.1%-
XYZ39.5421.2667.67-
YUV120.96182.2188.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 59 (23.44% from 255) = 12.24%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=42.74%
G=12.24%
B=45.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206592170.050.7300.15295.8267.5254.12
HexCE3BD95490F1284436
Octal31673331511101745010466
Binary11001110111011110110011011001001011111001010001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3BD9; }

 p { color: rgb(206,59,217); }

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

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

 a { background-color: rgb(206,59,217); }

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

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

 span { border-color: rgb(206,59,217); }

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