#CE5DDC

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

Shades of Medium Orchid #CE5DDC

Tints of Medium Orchid #CE5DDC

Color information

#CE5DDC (or 0xCE5DDC) is unknown color: approx Medium Orchid. HEX triplet: CE, 5D and DC. RGB value is (206,93,220). Sum of RGB (Red+Green+Blue) = 206+93+220=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DDC is #31A223. Grayscale: #8C8C8C. Windows color (decimal): -3252772 or 14441934. OLE color: 14441934.

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

Color convert

RGB20693220-
CMYK0.060.5800.14
HSL293.39º64.47%61.37%-
HSV(B)293.39º57.73%86.27%-
XYZ42.2926.1270.52-
YUV141.26172.44174.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 93 (36.72% from 255) = 17.92%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=39.69%
G=17.92%
B=42.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206932200.060.5800.14293.3964.4761.37
HexCE5DDC63A0E125403d
Octal31613533467201644510075
Binary11001110101110111011100110111010011101001001011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5DDC; }

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

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

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

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

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

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

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

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