#C160EF

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

Shades of Medium Orchid #C160EF

Tints of Medium Orchid #C160EF

Color information

#C160EF (or 0xC160EF) is unknown color: approx Medium Orchid. HEX triplet: C1, 60 and EF. RGB value is (193,96,239). Sum of RGB (Red+Green+Blue) = 193+96+239=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #C160EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C160EF is #3E9F10. Grayscale: #8C8C8C. Windows color (decimal): -4103953 or 15687873. OLE color: 15687873.

HSL color Cylindrical-coordinate representation of color #C160EF: hue angle of 280.7º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C160EF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19396239-
CMYK0.190.6000.06
HSL280.7º81.71%65.69%-
HSV(B)280.7º59.83%93.73%-
XYZ41.7625.9484.47-
YUV141.3183.14164.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 96 (37.89% from 255) = 18.18%
BLUE value IS 239 (93.75% from 255) = 45.27%
R=36.55%
G=18.18%
B=45.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal193962390.190.6000.06280.781.7165.69
HexC160EF133C061195242
Octal301140357237406431122102
Binary1100000111000001110111110011111100011010001100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C160EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C160EF; }

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

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

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

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

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

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

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

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