#CE57D5

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

Shades of Medium Orchid #CE57D5

Tints of Medium Orchid #CE57D5

Color information

#CE57D5 (or 0xCE57D5) is unknown color: approx Medium Orchid. HEX triplet: CE, 57 and D5. RGB value is (206,87,213). Sum of RGB (Red+Green+Blue) = 206+87+213=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE57D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57D5 is #31A82A. Grayscale: #888888. Windows color (decimal): -3254315 or 13981646. OLE color: 13981646.

HSL color Cylindrical-coordinate representation of color #CE57D5: hue angle of 296.67º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE57D5 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20687213-
CMYK0.030.5900.16
HSL296.67º60%58.82%-
HSV(B)296.67º59.15%83.53%-
XYZ40.8724.7465.57-
YUV136.94170.92177.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 87 (34.38% from 255) = 17.19%
BLUE value IS 213 (83.59% from 255) = 42.09%
R=40.71%
G=17.19%
B=42.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206872130.030.5900.16296.676058.82
HexCE57D533B0101293c3b
Octal3161273253730204517473
Binary1100111010101111101010111111011010000100101001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE57D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE57D5; }

 p { color: rgb(206,87,213); }

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

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

 a { background-color: rgb(206,87,213); }

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

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

 span { border-color: rgb(206,87,213); }

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