#C162DF

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

Shades of Medium Orchid #C162DF

Tints of Medium Orchid #C162DF

Color information

#C162DF (or 0xC162DF) is unknown color: approx Medium Orchid. HEX triplet: C1, 62 and DF. RGB value is (193,98,223). Sum of RGB (Red+Green+Blue) = 193+98+223=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #C162DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162DF is #3E9D20. Grayscale: #8C8C8C. Windows color (decimal): -4103457 or 14639809. OLE color: 14639809.

HSL color Cylindrical-coordinate representation of color #C162DF: hue angle of 285.6º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C162DF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19398223-
CMYK0.130.5600.13
HSL285.6º66.14%62.94%-
HSV(B)285.6º56.05%87.45%-
XYZ39.6825.472.62-
YUV140.66174.47165.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 98 (38.67% from 255) = 19.07%
BLUE value IS 223 (87.5% from 255) = 43.39%
R=37.55%
G=19.07%
B=43.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193982230.130.5600.13285.666.1462.94
HexC162DFD380D11e423f
Octal301142337157001543610277
Binary110000011100010110111111101111000011011000111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C162DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C162DF; }

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

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

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

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

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

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

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

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