#C160D9

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

Shades of Medium Orchid #C160D9

Tints of Medium Orchid #C160D9

Color information

#C160D9 (or 0xC160D9) is unknown color: approx Medium Orchid. HEX triplet: C1, 60 and D9. RGB value is (193,96,217). Sum of RGB (Red+Green+Blue) = 193+96+217=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #C160D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160D9 is #3E9F26. Grayscale: #8A8A8A. Windows color (decimal): -4103975 or 14246081. OLE color: 14246081.

HSL color Cylindrical-coordinate representation of color #C160D9: hue angle of 288.1º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C160D9 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19396217-
CMYK0.110.5600.15
HSL288.1º61.42%61.37%-
HSV(B)288.1º55.76%85.1%-
XYZ38.724.7168.38-
YUV138.8172.14166.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 96 (37.89% from 255) = 18.97%
BLUE value IS 217 (85.16% from 255) = 42.89%
R=38.14%
G=18.97%
B=42.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193962170.110.5600.15288.161.4261.37
HexC160D9B380F1203d3d
Octal30114033113700174407575
Binary11000001110000011011001101111100001111100100000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C160D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C160D9; }

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

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

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

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

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

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

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

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