#C157D8

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

Shades of Medium Orchid #C157D8

Tints of Medium Orchid #C157D8

Color information

#C157D8 (or 0xC157D8) is unknown color: approx Medium Orchid. HEX triplet: C1, 57 and D8. RGB value is (193,87,216). Sum of RGB (Red+Green+Blue) = 193+87+216=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #C157D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157D8 is #3EA827. Grayscale: #848484. Windows color (decimal): -4106280 or 14178241. OLE color: 14178241.

HSL color Cylindrical-coordinate representation of color #C157D8: hue angle of 289.3º 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 #C157D8 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19387216-
CMYK0.110.6000.15
HSL289.3º62.32%59.41%-
HSV(B)289.3º59.72%84.71%-
XYZ37.823.1167.43-
YUV133.4174.62170.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 87 (34.38% from 255) = 17.54%
BLUE value IS 216 (84.77% from 255) = 43.55%
R=38.91%
G=17.54%
B=43.55%

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
Decimal193872160.110.6000.15289.362.3259.41
HexC157D8B3C0F1213e3b
Octal30112733013740174417673
Binary11000001101011111011000101111110001111100100001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C157D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C157D8; }

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

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

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

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

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

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

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

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