#C162F3

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

Shades of Medium Orchid #C162F3

Tints of Medium Orchid #C162F3

Color information

#C162F3 (or 0xC162F3) is unknown color: approx Medium Orchid. HEX triplet: C1, 62 and F3. RGB value is (193,98,243). Sum of RGB (Red+Green+Blue) = 193+98+243=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #C162F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C162F3 is #3E9D0C. Grayscale: #8E8E8E. Windows color (decimal): -4103437 or 15950529. OLE color: 15950529.

HSL color Cylindrical-coordinate representation of color #C162F3: hue angle of 279.31º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C162F3 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19398243-
CMYK0.210.6000.05
HSL279.31º85.8%66.86%-
HSV(B)279.31º59.67%95.29%-
XYZ42.5426.5487.68-
YUV142.94184.47163.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 98 (38.67% from 255) = 18.35%
BLUE value IS 243 (95.31% from 255) = 45.51%
R=36.14%
G=18.35%
B=45.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193982430.210.6000.05279.3185.866.86
HexC162F3153C051175643
Octal301142363257405427126103
Binary1100000111000101111001110101111100010110001011110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C162F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C162F3; }

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

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

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

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

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

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

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

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