#C160CE

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

Shades of Medium Orchid #C160CE

Tints of Medium Orchid #C160CE

Color information

#C160CE (or 0xC160CE) is unknown color: approx Medium Orchid. HEX triplet: C1, 60 and CE. RGB value is (193,96,206). Sum of RGB (Red+Green+Blue) = 193+96+206=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #C160CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160CE is #3E9F31. Grayscale: #898989. Windows color (decimal): -4103986 or 13525185. OLE color: 13525185.

HSL color Cylindrical-coordinate representation of color #C160CE: hue angle of 292.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C160CE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19396206-
CMYK0.060.5300.19
HSL292.91º52.88%59.22%-
HSV(B)292.91º53.4%80.78%-
XYZ37.3224.1661.09-
YUV137.54166.64167.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 96 (37.89% from 255) = 19.39%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=38.99%
G=19.39%
B=41.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193962060.060.5300.19292.9152.8859.22
HexC160CE635013125353b
Octal3011403166650234456573
Binary11000001110000011001110110110101010011100100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C160CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C160CE; }

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

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

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

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

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

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

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

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