#CE51DC

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

Shades of Medium Orchid #CE51DC

Tints of Medium Orchid #CE51DC

Color information

#CE51DC (or 0xCE51DC) is unknown color: approx Medium Orchid. HEX triplet: CE, 51 and DC. RGB value is (206,81,220). Sum of RGB (Red+Green+Blue) = 206+81+220=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51DC is #31AE23. Grayscale: #858585. Windows color (decimal): -3255844 or 14438862. OLE color: 14438862.

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

Color convert

RGB20681220-
CMYK0.060.6300.14
HSL293.96º66.51%59.02%-
HSV(B)293.96º63.18%86.27%-
XYZ41.3124.1770.2-
YUV134.22176.41179.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 81 (32.03% from 255) = 15.98%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=40.63%
G=15.98%
B=43.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206812200.060.6300.14293.9666.5159.02
HexCE51DC63F0E126433b
Octal31612133467701644610373
Binary11001110101000111011100110111111011101001001101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE51DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE51DC; }

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

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

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

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

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

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

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

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