#C057D8

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

Shades of Medium Orchid #C057D8

Tints of Medium Orchid #C057D8

Color information

#C057D8 (or 0xC057D8) is unknown color: approx Medium Orchid. HEX triplet: C0, 57 and D8. RGB value is (192,87,216). Sum of RGB (Red+Green+Blue) = 192+87+216=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #C057D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057D8 is #3FA827. Grayscale: #848484. Windows color (decimal): -4171816 or 14178240. OLE color: 14178240.

HSL color Cylindrical-coordinate representation of color #C057D8: hue angle of 288.84º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C057D8 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19287216-
CMYK0.110.6000.15
HSL288.84º62.32%59.41%-
HSV(B)288.84º59.72%84.71%-
XYZ37.5422.9867.42-
YUV133.1174.79170.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 87 (34.38% from 255) = 17.58%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=38.79%
G=17.58%
B=43.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192872160.110.6000.15288.8462.3259.41
HexC057D8B3C0F1213e3b
Octal30012733013740174417673
Binary11000000101011111011000101111110001111100100001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C057D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C057D8; }

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

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

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

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

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

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

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

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