#C160D4

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

Shades of Medium Orchid #C160D4

Tints of Medium Orchid #C160D4

Color information

#C160D4 (or 0xC160D4) is unknown color: approx Medium Orchid. HEX triplet: C1, 60 and D4. RGB value is (193,96,212). Sum of RGB (Red+Green+Blue) = 193+96+212=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #C160D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160D4 is #3E9F2B. Grayscale: #898989. Windows color (decimal): -4103980 or 13918401. OLE color: 13918401.

HSL color Cylindrical-coordinate representation of color #C160D4: hue angle of 290.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C160D4 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19396212-
CMYK0.090.5500.17
HSL290.17º57.43%60.39%-
HSV(B)290.17º54.72%83.14%-
XYZ38.0624.4665-
YUV138.23169.64167.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 96 (37.89% from 255) = 19.16%
BLUE value IS 212 (83.20% from 255) = 42.32%
R=38.52%
G=19.16%
B=42.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal193962120.090.5500.17290.1757.4360.39
HexC160D4937011122393c
Octal30114032411670214427174
Binary110000011100000110101001001110111010001100100010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C160D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C160D4; }

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

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

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

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

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

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

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

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