#CE5CDE

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

Shades of Medium Orchid #CE5CDE

Tints of Medium Orchid #CE5CDE

Color information

#CE5CDE (or 0xCE5CDE) is unknown color: approx Medium Orchid. HEX triplet: CE, 5C and DE. RGB value is (206,92,222). Sum of RGB (Red+Green+Blue) = 206+92+222=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CDE is #31A321. Grayscale: #8C8C8C. Windows color (decimal): -3253026 or 14572750. OLE color: 14572750.

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

Color convert

RGB20692222-
CMYK0.070.5900.13
HSL292.62º66.33%61.57%-
HSV(B)292.62º58.56%87.06%-
XYZ42.4726.0571.9-
YUV140.91173.77174.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 92 (36.33% from 255) = 17.69%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=39.62%
G=17.69%
B=42.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal206922220.070.5900.13292.6266.3361.57
HexCE5CDE73B0D125423e
Octal31613433677301544510276
Binary11001110101110011011110111111011011011001001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5CDE; }

 p { color: rgb(206,92,222); }

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

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

 a { background-color: rgb(206,92,222); }

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

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

 span { border-color: rgb(206,92,222); }

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