#C757D6

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

Shades of Medium Orchid #C757D6

Tints of Medium Orchid #C757D6

Color information

#C757D6 (or 0xC757D6) is unknown color: approx Medium Orchid. HEX triplet: C7, 57 and D6. RGB value is (199,87,214). Sum of RGB (Red+Green+Blue) = 199+87+214=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #C757D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757D6 is #38A829. Grayscale: #868686. Windows color (decimal): -3713066 or 14047175. OLE color: 14047175.

HSL color Cylindrical-coordinate representation of color #C757D6: hue angle of 292.91º degrees, saturation: 0.61, 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 #C757D6 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19987214-
CMYK0.070.5900.16
HSL292.91º60.77%59.02%-
HSV(B)292.91º59.35%83.92%-
XYZ39.123.8166.15-
YUV134.97172.61173.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 87 (34.38% from 255) = 17.4%
BLUE value IS 214 (83.98% from 255) = 42.8%
R=39.8%
G=17.4%
B=42.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal199872140.070.5900.16292.9160.7759.02
HexC757D673B0101253d3b
Octal3071273267730204457573
Binary11000111101011111010110111111011010000100100101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C757D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C757D6; }

 p { color: rgb(199,87,214); }

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

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

 a { background-color: rgb(199,87,214); }

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

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

 span { border-color: rgb(199,87,214); }

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