#CE5EDC

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

Shades of Medium Orchid #CE5EDC

Tints of Medium Orchid #CE5EDC

Color information

#CE5EDC (or 0xCE5EDC) is unknown color: approx Medium Orchid. HEX triplet: CE, 5E and DC. RGB value is (206,94,220). Sum of RGB (Red+Green+Blue) = 206+94+220=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EDC is #31A123. Grayscale: #8D8D8D. Windows color (decimal): -3252516 or 14442190. OLE color: 14442190.

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

Color convert

RGB20694220-
CMYK0.060.5700.14
HSL293.33º64.29%61.57%-
HSV(B)293.33º57.27%86.27%-
XYZ42.3726.2970.55-
YUV141.85172.11173.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 94 (37.11% from 255) = 18.08%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=39.62%
G=18.08%
B=42.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206942200.060.5700.14293.3364.2961.57
HexCE5EDC6390E125403e
Octal31613633467101644510076
Binary11001110101111011011100110111001011101001001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5EDC; }

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

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

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

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

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

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

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

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