#C146D1

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

Shades of Medium Orchid #C146D1

Tints of Medium Orchid #C146D1

Color information

#C146D1 (or 0xC146D1) is unknown color: approx Medium Orchid. HEX triplet: C1, 46 and D1. RGB value is (193,70,209). Sum of RGB (Red+Green+Blue) = 193+70+209=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #C146D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146D1 is #3EB92E. Grayscale: #7A7A7A. Windows color (decimal): -4110639 or 13715137. OLE color: 13715137.

HSL color Cylindrical-coordinate representation of color #C146D1: hue angle of 293.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C146D1 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19370209-
CMYK0.080.6700.18
HSL293.09º60.17%54.71%-
HSV(B)293.09º66.51%81.96%-
XYZ35.6920.3262.36-
YUV122.62176.75178.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 70 (27.73% from 255) = 14.83%
BLUE value IS 209 (82.03% from 255) = 44.28%
R=40.89%
G=14.83%
B=44.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193702090.080.6700.18293.0960.1754.71
HexC146D18430121253c37
Octal301106321101030224457467
Binary1100000110001101101000110001000011010010100100101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C146D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C146D1; }

 p { color: rgb(193,70,209); }

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

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

 a { background-color: rgb(193,70,209); }

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

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

 span { border-color: rgb(193,70,209); }

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