#C156F0

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

Shades of Medium Orchid #C156F0

Tints of Medium Orchid #C156F0

Color information

#C156F0 (or 0xC156F0) is unknown color: approx Medium Orchid. HEX triplet: C1, 56 and F0. RGB value is (193,86,240). Sum of RGB (Red+Green+Blue) = 193+86+240=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #C156F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C156F0 is #3EA90F. Grayscale: #878787. Windows color (decimal): -4106512 or 15750849. OLE color: 15750849.

HSL color Cylindrical-coordinate representation of color #C156F0: hue angle of 281.69º 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 #C156F0 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19386240-
CMYK0.200.6400.06
HSL281.69º83.7%63.92%-
HSV(B)281.69º64.17%94.12%-
XYZ41.0524.2884.96-
YUV135.55186.95168.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 86 (33.98% from 255) = 16.57%
BLUE value IS 240 (94.14% from 255) = 46.24%
R=37.19%
G=16.57%
B=46.24%

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
Decimal193862400.200.6400.06281.6983.763.92
HexC156F014400611a5440
Octal3011263602410006432124100
Binary11000001101011011110000101001000000011010001101010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C156F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C156F0; }

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

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

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

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

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

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

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

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