#c157f0

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

Shades of Medium Orchid #C157F0

Tints of Medium Orchid #C157F0

Color information

#C157F0 (or 0xC157F0) is unknown color: approx Medium Orchid. HEX triplet: C1, 57 and F0. RGB value is (193,87,240). Sum of RGB (Red+Green+Blue) = 193+87+240=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #C157F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C157F0 is #3EA80F. Grayscale: #878787. Windows color (decimal): -4106256 or 15751105. OLE color: 15751105.

HSL color Cylindrical-coordinate representation of color #C157F0: hue angle of 281.57º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C157F0 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19387240-
CMYK0.200.6400.06
HSL281.57º83.61%64.12%-
HSV(B)281.57º63.75%94.12%-
XYZ41.1324.4584.99-
YUV136.14186.62168.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 87 (34.38% from 255) = 16.73%
BLUE value IS 240 (94.14% from 255) = 46.15%
R=37.12%
G=16.73%
B=46.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal193872400.200.6400.06281.5783.6164.12
HexC157F014400611a5440
Octal3011273602410006432124100
Binary11000001101011111110000101001000000011010001101010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c157f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c157f0; }

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

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

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

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

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

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

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

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