#C156CD

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

Shades of Medium Orchid #C156CD

Tints of Medium Orchid #C156CD

Color information

#C156CD (or 0xC156CD) is unknown color: approx Medium Orchid. HEX triplet: C1, 56 and CD. RGB value is (193,86,205). Sum of RGB (Red+Green+Blue) = 193+86+205=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #C156CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156CD is #3EA932. Grayscale: #838383. Windows color (decimal): -4106547 or 13457089. OLE color: 13457089.

HSL color Cylindrical-coordinate representation of color #C156CD: hue angle of 293.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C156CD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19386205-
CMYK0.060.5800.20
HSL293.95º54.34%57.06%-
HSV(B)293.95º58.05%80.39%-
XYZ36.3422.460.17-
YUV131.56169.45171.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 86 (33.98% from 255) = 17.77%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=39.88%
G=17.77%
B=42.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193862050.060.5800.20293.9554.3457.06
HexC156CD63A0141263639
Octal3011263156720244466671
Binary11000001101011011001101110111010010100100100110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C156CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C156CD; }

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

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

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

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

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

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

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

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