#C057DF

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

Shades of Medium Orchid #C057DF

Tints of Medium Orchid #C057DF

Color information

#C057DF (or 0xC057DF) is unknown color: approx Medium Orchid. HEX triplet: C0, 57 and DF. RGB value is (192,87,223). Sum of RGB (Red+Green+Blue) = 192+87+223=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #C057DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057DF is #3FA820. Grayscale: #858585. Windows color (decimal): -4171809 or 14636992. OLE color: 14636992.

HSL color Cylindrical-coordinate representation of color #C057DF: hue angle of 286.32º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C057DF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19287223-
CMYK0.140.6100.13
HSL286.32º68%60.78%-
HSV(B)286.32º60.99%87.45%-
XYZ38.4723.3572.29-
YUV133.9178.29169.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 87 (34.38% from 255) = 17.33%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=38.25%
G=17.33%
B=44.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192872230.140.6100.13286.326860.78
HexC057DFE3D0D11e443d
Octal300127337167501543610475
Binary110000001010111110111111110111101011011000111101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C057DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C057DF; }

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

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

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

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

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

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

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

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