#CE3BDC

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

Shades of Medium Orchid #CE3BDC

Tints of Medium Orchid #CE3BDC

Color information

#CE3BDC (or 0xCE3BDC) is unknown color: approx Medium Orchid. HEX triplet: CE, 3B and DC. RGB value is (206,59,220). Sum of RGB (Red+Green+Blue) = 206+59+220=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BDC is #31C423. Grayscale: #787878. Windows color (decimal): -3261476 or 14433230. OLE color: 14433230.

HSL color Cylindrical-coordinate representation of color #CE3BDC: hue angle of 294.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3BDC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20659220-
CMYK0.060.7300.14
HSL294.78º69.7%54.71%-
HSV(B)294.78º73.18%86.27%-
XYZ39.9421.4269.74-
YUV121.31183.7188.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 59 (23.44% from 255) = 12.16%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=42.47%
G=12.16%
B=45.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206592200.060.7300.14294.7869.754.71
HexCE3BDC6490E1274637
Octal31673334611101644710667
Binary11001110111011110111001101001001011101001001111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3BDC; }

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

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

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

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

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

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

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

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