#CE3BDA

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

Shades of Medium Orchid #CE3BDA

Tints of Medium Orchid #CE3BDA

Color information

#CE3BDA (or 0xCE3BDA) is unknown color: approx Medium Orchid. HEX triplet: CE, 3B and DA. RGB value is (206,59,218). Sum of RGB (Red+Green+Blue) = 206+59+218=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE3BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BDA is #31C425. Grayscale: #787878. Windows color (decimal): -3261478 or 14302158. OLE color: 14302158.

HSL color Cylindrical-coordinate representation of color #CE3BDA: hue angle of 295.47º 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 #CE3BDA is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20659218-
CMYK0.060.7300.15
HSL295.47º68.24%54.31%-
HSV(B)295.47º72.94%85.49%-
XYZ39.6721.3168.35-
YUV121.08182.7188.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 59 (23.44% from 255) = 12.22%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=42.65%
G=12.22%
B=45.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206592180.060.7300.15295.4768.2454.31
HexCE3BDA6490F1274436
Octal31673332611101744710466
Binary11001110111011110110101101001001011111001001111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3BDA; }

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

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

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

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

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

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

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

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