#CE4DDC

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

Shades of Medium Orchid #CE4DDC

Tints of Medium Orchid #CE4DDC

Color information

#CE4DDC (or 0xCE4DDC) is unknown color: approx Medium Orchid. HEX triplet: CE, 4D and DC. RGB value is (206,77,220). Sum of RGB (Red+Green+Blue) = 206+77+220=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DDC is #31B223. Grayscale: #838383. Windows color (decimal): -3256868 or 14437838. OLE color: 14437838.

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

Color convert

RGB20677220-
CMYK0.060.6500.14
HSL294.13º67.14%58.24%-
HSV(B)294.13º65%86.27%-
XYZ41.0323.670.1-
YUV131.87177.74180.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 77 (30.47% from 255) = 15.31%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=40.95%
G=15.31%
B=43.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206772200.060.6500.14294.1367.1458.24
HexCE4DDC6410E126433a
Octal316115334610101644610372
Binary110011101001101110111001101000001011101001001101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4DDC; }

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

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

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

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

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

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

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

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