#C156DF

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

Shades of Medium Orchid #C156DF

Tints of Medium Orchid #C156DF

Color information

#C156DF (or 0xC156DF) is unknown color: approx Medium Orchid. HEX triplet: C1, 56 and DF. RGB value is (193,86,223). Sum of RGB (Red+Green+Blue) = 193+86+223=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 86 (33.98% from 255 or 17.13% 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 #C156DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156DF is #3EA920. Grayscale: #858585. Windows color (decimal): -4106529 or 14636737. OLE color: 14636737.

HSL color Cylindrical-coordinate representation of color #C156DF: hue angle of 286.86º 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 #C156DF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19386223-
CMYK0.130.6100.13
HSL286.86º68.16%60.59%-
HSV(B)286.86º61.43%87.45%-
XYZ38.6423.3272.28-
YUV133.61178.45170.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.45%
GREEN value IS 86 (33.98% from 255) = 17.13%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=38.45%
G=17.13%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193862230.130.6100.13286.8668.1660.59
HexC156DFD3D0D11f443d
Octal301126337157501543710475
Binary110000011010110110111111101111101011011000111111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C156DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C156DF; }

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

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

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

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

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

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

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

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