#C057D1

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

Shades of Medium Orchid #C057D1

Tints of Medium Orchid #C057D1

Color information

#C057D1 (or 0xC057D1) is unknown color: approx Medium Orchid. HEX triplet: C0, 57 and D1. RGB value is (192,87,209). Sum of RGB (Red+Green+Blue) = 192+87+209=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #C057D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057D1 is #3FA82E. Grayscale: #838383. Windows color (decimal): -4171823 or 13719488. OLE color: 13719488.

HSL color Cylindrical-coordinate representation of color #C057D1: hue angle of 291.64º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C057D1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19287209-
CMYK0.080.5800.18
HSL291.64º57.01%58.04%-
HSV(B)291.64º58.37%81.96%-
XYZ36.6622.6362.76-
YUV132.3171.29170.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 87 (34.38% from 255) = 17.83%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=39.34%
G=17.83%
B=42.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192872090.080.5800.18291.6457.0158.04
HexC057D183A012124393a
Octal30012732110720224447172
Binary110000001010111110100011000111010010010100100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C057D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C057D1; }

 p { color: rgb(192,87,209); }

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

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

 a { background-color: rgb(192,87,209); }

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

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

 span { border-color: rgb(192,87,209); }

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