#C162CB

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

Shades of Medium Orchid #C162CB

Tints of Medium Orchid #C162CB

Color information

#C162CB (or 0xC162CB) is unknown color: approx Medium Orchid. HEX triplet: C1, 62 and CB. RGB value is (193,98,203). Sum of RGB (Red+Green+Blue) = 193+98+203=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #C162CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162CB is #3E9D34. Grayscale: #8A8A8A. Windows color (decimal): -4103477 or 13329089. OLE color: 13329089.

HSL color Cylindrical-coordinate representation of color #C162CB: hue angle of 294.29º degrees, saturation: 0.5, 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 #C162CB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19398203-
CMYK0.050.5200.20
HSL294.29º50.24%59.02%-
HSV(B)294.29º51.72%79.61%-
XYZ37.1424.3859.25-
YUV138.38164.47166.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 98 (38.67% from 255) = 19.84%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=39.07%
G=19.84%
B=41.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193982030.050.5200.20294.2950.2459.02
HexC162CB534014126323b
Octal3011423135640244466273
Binary11000001110001011001011101110100010100100100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C162CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C162CB; }

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

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

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

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

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

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

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

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