#C857DC

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

Shades of Medium Orchid #C857DC

Tints of Medium Orchid #C857DC

Color information

#C857DC (or 0xC857DC) is unknown color: approx Medium Orchid. HEX triplet: C8, 57 and DC. RGB value is (200,87,220). Sum of RGB (Red+Green+Blue) = 200+87+220=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #C857DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857DC is #37A823. Grayscale: #878787. Windows color (decimal): -3647524 or 14440392. OLE color: 14440392.

HSL color Cylindrical-coordinate representation of color #C857DC: hue angle of 290.98º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C857DC is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20087220-
CMYK0.090.6000.14
HSL290.98º65.52%60.2%-
HSV(B)290.98º60.45%86.27%-
XYZ40.1524.2670.28-
YUV135.95175.44173.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 87 (34.38% from 255) = 17.16%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=39.45%
G=17.16%
B=43.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200872200.090.6000.14290.9865.5260.2
HexC857DC93C0E123423c
Octal310127334117401644310274
Binary110010001010111110111001001111100011101001000111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C857DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C857DC; }

 p { color: rgb(200,87,220); }

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

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

 a { background-color: rgb(200,87,220); }

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

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

 span { border-color: rgb(200,87,220); }

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