#C149DC

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

Shades of Medium Orchid #C149DC

Tints of Medium Orchid #C149DC

Color information

#C149DC (or 0xC149DC) is unknown color: approx Medium Orchid. HEX triplet: C1, 49 and DC. RGB value is (193,73,220). Sum of RGB (Red+Green+Blue) = 193+73+220=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #C149DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149DC is #3EB623. Grayscale: #7D7D7D. Windows color (decimal): -4109860 or 14436801. OLE color: 14436801.

HSL color Cylindrical-coordinate representation of color #C149DC: hue angle of 288.98º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C149DC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19373220-
CMYK0.120.6700.14
HSL288.98º67.74%57.45%-
HSV(B)288.98º66.82%86.27%-
XYZ37.2921.2769.85-
YUV125.64181.26176.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 73 (28.91% from 255) = 15.02%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=39.71%
G=15.02%
B=45.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal193732200.120.6700.14288.9867.7457.45
HexC149DCC430E1214439
Octal3011113341410301644110471
Binary1100000110010011101110011001000011011101001000011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C149DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C149DC; }

 p { color: rgb(193,73,220); }

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

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

 a { background-color: rgb(193,73,220); }

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

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

 span { border-color: rgb(193,73,220); }

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