#CE4BD9

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

Shades of Medium Orchid #CE4BD9

Tints of Medium Orchid #CE4BD9

Color information

#CE4BD9 (or 0xCE4BD9) is unknown color: approx Medium Orchid. HEX triplet: CE, 4B and D9. RGB value is (206,75,217). Sum of RGB (Red+Green+Blue) = 206+75+217=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE4BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BD9 is #31B426. Grayscale: #818181. Windows color (decimal): -3257383 or 14240718. OLE color: 14240718.

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

Color convert

RGB20675217-
CMYK0.050.6500.15
HSL295.35º65.14%57.25%-
HSV(B)295.35º65.44%85.1%-
XYZ40.4923.1667.98-
YUV130.36176.9181.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 75 (29.69% from 255) = 15.06%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=41.37%
G=15.06%
B=43.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206752170.050.6500.15295.3565.1457.25
HexCE4BD95410F1274139
Octal316113331510101744710171
Binary110011101001011110110011011000001011111001001111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4BD9; }

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

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

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

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

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

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

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

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