#C162CC

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

Shades of Medium Orchid #C162CC

Tints of Medium Orchid #C162CC

Color information

#C162CC (or 0xC162CC) is unknown color: approx Medium Orchid. HEX triplet: C1, 62 and CC. RGB value is (193,98,204). Sum of RGB (Red+Green+Blue) = 193+98+204=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C162CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162CC is #3E9D33. Grayscale: #8A8A8A. Windows color (decimal): -4103476 or 13394625. OLE color: 13394625.

HSL color Cylindrical-coordinate representation of color #C162CC: hue angle of 293.77º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C162CC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19398204-
CMYK0.050.5200.2
HSL293.77º50.96%59.22%-
HSV(B)293.77º51.96%80%-
XYZ37.2624.4359.88-
YUV138.49164.97166.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 98 (38.67% from 255) = 19.80%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=38.99%
G=19.80%
B=41.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193982040.050.5200.2293.7750.9659.22
HexC162CC534014126333b
Octal3011423145640244466373
Binary11000001110001011001100101110100010100100100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C162CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C162CC; }

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

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

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

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

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

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

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

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