#ce53dc

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

Shades of Medium Orchid #CE53DC

Tints of Medium Orchid #CE53DC

Color information

#CE53DC (or 0xCE53DC) is unknown color: approx Medium Orchid. HEX triplet: CE, 53 and DC. RGB value is (206,83,220). Sum of RGB (Red+Green+Blue) = 206+83+220=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE53DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53DC is #31AC23. Grayscale: #868686. Windows color (decimal): -3255332 or 14439374. OLE color: 14439374.

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

Color convert

RGB20683220-
CMYK0.060.6200.14
HSL293.87º66.18%59.41%-
HSV(B)293.87º62.27%86.27%-
XYZ41.4724.4870.25-
YUV135.4175.75178.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 83 (32.81% from 255) = 16.31%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=40.47%
G=16.31%
B=43.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206832200.060.6200.14293.8766.1859.41
HexCE53DC63E0E126423b
Octal31612333467601644610273
Binary11001110101001111011100110111110011101001001101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce53dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce53dc; }

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

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

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

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

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

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

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

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