#C146CD

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

Shades of Medium Orchid #C146CD

Tints of Medium Orchid #C146CD

Color information

#C146CD (or 0xC146CD) is unknown color: approx Medium Orchid. HEX triplet: C1, 46 and CD. RGB value is (193,70,205). Sum of RGB (Red+Green+Blue) = 193+70+205=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #C146CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146CD is #3EB932. Grayscale: #797979. Windows color (decimal): -4110643 or 13452993. OLE color: 13452993.

HSL color Cylindrical-coordinate representation of color #C146CD: hue angle of 294.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C146CD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19370205-
CMYK0.060.6600.20
HSL294.67º57.45%53.92%-
HSV(B)294.67º65.85%80.39%-
XYZ35.220.1359.79-
YUV122.17174.75178.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.24%
GREEN value IS 70 (27.73% from 255) = 14.96%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=41.24%
G=14.96%
B=43.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193702050.060.6600.20294.6757.4553.92
HexC146CD6420141273936
Octal30110631561020244477166
Binary110000011000110110011011101000010010100100100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C146CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C146CD; }

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

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

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

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

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

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

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

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