Html Css Color HEX #C049D3 Medium Orchid

📋 copy color: '#C049D3'

red 192 ◦ green 73 ◦ blue 211

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

Shades of Medium Orchid #C049D3

Tints of Medium Orchid #C049D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.33%

R = 40.34%
G = 15.34%
B = 44.33%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C049D3 (or 0xC049D3) is known color: Medium Orchid. HEX triplet: C0, 49 and D3. RGB value is (192,73,211). Sum of RGB (Red+Green+Blue) = 192+73+211=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #C049D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049D3 is #3FB62C. Grayscale: #7B7B7B. Windows color (decimal): -4175405 or 13846976. OLE color: 13846976.

HSL color Cylindrical-coordinate representation of color #C049D3: hue angle of 291.74º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C049D3 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 73 211 -
CMYK 0.09 0.65 0 0.17
HSL 291.74º 0.61% 0.56% -
HSV(B) 291.74º 0.65% 0.83% -
XYZ 35.88 20.67 63.73 -
YUV 124.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 192 73 211 0.09 0.65 0 0.17 291.74 0.61 0.56
Hex C0 49 D3 9 41 0 11 124 3D 38
Octal 300 111 323 11 101 0 21 444 75 70
Binary 11000000 1001001 11010011 1001 1000001 0 10001 100100100 111101 111000

Color Harmonies of #C049D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049D3

Black with #C049D3

Text Example


Text Example

White with #C049D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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