Html Css Color HEX #C049D1 Medium Orchid

📋 copy color: '#C049D1'

red 192 ◦ green 73 ◦ blue 209

#C049D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C049D1

Tints of Medium Orchid #C049D1

RGB

 RED value IS 192 (75.39% from 255) = 40.51%

 GREEN value IS 73 (28.91% from 255) = 15.4%

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 40.51%
G = 15.4%
B = 44.09%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C049D1 (or 0xC049D1) is known color: Medium Orchid. HEX triplet: C0, 49 and D1. RGB value is (192,73,209). Sum of RGB (Red+Green+Blue) = 192+73+209=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #C049D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049D1 is #3FB62E. Grayscale: #7B7B7B. Windows color (decimal): -4175407 or 13715904. OLE color: 13715904.

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

Color convert

RGB 192 73 209 -
CMYK 0.08 0.65 0 0.18
HSL 292.5º 0.6% 0.55% -
HSV(B) 292.5º 0.65% 0.82% -
XYZ 35.63 20.58 62.42 -
YUV 124.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 192 73 209 0.08 0.65 0 0.18 292.5 0.6 0.55
Hex C0 49 D1 8 41 0 12 124 3C 37
Octal 300 111 321 10 101 0 22 444 74 67
Binary 11000000 1001001 11010001 1000 1000001 0 10010 100100100 111100 110111

Color Harmonies of #C049D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049D1

Black with #C049D1

Text Example


Text Example

White with #C049D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049D1; }

 p { color: rgb(192,73,209); }

 H1.HeaderClassName
 {
   color: #C049D1;
 }
 .AnyTagClassName
 {
   color: #C049D1;
 }
</style>

background-color css

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

 a { background-color: rgb(192,73,209); }

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

border-color css

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

 span { border-color: rgb(192,73,209); }

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