#C162DC

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

Shades of Medium Orchid #C162DC

Tints of Medium Orchid #C162DC

Color information

#C162DC (or 0xC162DC) is unknown color: approx Medium Orchid. HEX triplet: C1, 62 and DC. RGB value is (193,98,220). Sum of RGB (Red+Green+Blue) = 193+98+220=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #C162DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162DC is #3E9D23. Grayscale: #8B8B8B. Windows color (decimal): -4103460 or 14443201. OLE color: 14443201.

HSL color Cylindrical-coordinate representation of color #C162DC: hue angle of 286.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C162DC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19398220-
CMYK0.120.5500.14
HSL286.72º63.54%62.35%-
HSV(B)286.72º55.45%86.27%-
XYZ39.2825.2470.51-
YUV140.31172.97165.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.77%
GREEN value IS 98 (38.67% from 255) = 19.18%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=37.77%
G=19.18%
B=43.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal193982200.120.5500.14286.7263.5462.35
HexC162DCC370E11f403e
Octal301142334146701643710076
Binary110000011100010110111001100110111011101000111111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C162DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C162DC; }

 p { color: rgb(193,98,220); }

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

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

 a { background-color: rgb(193,98,220); }

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

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

 span { border-color: rgb(193,98,220); }

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