#C160D1

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

Shades of Medium Orchid #C160D1

Tints of Medium Orchid #C160D1

Color information

#C160D1 (or 0xC160D1) is unknown color: approx Medium Orchid. HEX triplet: C1, 60 and D1. RGB value is (193,96,209). Sum of RGB (Red+Green+Blue) = 193+96+209=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #C160D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160D1 is #3E9F2E. Grayscale: #898989. Windows color (decimal): -4103983 or 13721793. OLE color: 13721793.

HSL color Cylindrical-coordinate representation of color #C160D1: hue angle of 291.5º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C160D1 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19396209-
CMYK0.080.5400.18
HSL291.5º55.12%59.8%-
HSV(B)291.5º54.07%81.96%-
XYZ37.6824.3163.03-
YUV137.88168.14167.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 96 (37.89% from 255) = 19.28%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=38.76%
G=19.28%
B=41.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193962090.080.5400.18291.555.1259.8
HexC160D1836012124373c
Octal30114032110660224446774
Binary110000011100000110100011000110110010010100100100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C160D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C160D1; }

 p { color: rgb(193,96,209); }

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

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

 a { background-color: rgb(193,96,209); }

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

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

 span { border-color: rgb(193,96,209); }

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