Html Css Color HEX #C049D0 Medium Orchid

📋 copy color: '#C049D0'

red 192 ◦ green 73 ◦ blue 208

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

Shades of Medium Orchid #C049D0

Tints of Medium Orchid #C049D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 40.59%
G = 15.43%
B = 43.97%

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

#C049D0 (or 0xC049D0) is known color: Medium Orchid. HEX triplet: C0, 49 and D0. RGB value is (192,73,208). Sum of RGB (Red+Green+Blue) = 192+73+208=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #C049D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049D0 is #3FB62F. Grayscale: #7B7B7B. Windows color (decimal): -4175408 or 13650368. OLE color: 13650368.

HSL color Cylindrical-coordinate representation of color #C049D0: hue angle of 292.89º degrees, saturation: 0.59, 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 #C049D0 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 73 208 -
CMYK 0.08 0.65 0 0.18
HSL 292.89º 0.59% 0.55% -
HSV(B) 292.89º 0.65% 0.82% -
XYZ 35.51 20.53 61.76 -
YUV 123.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 192 73 208 0.08 0.65 0 0.18 292.89 0.59 0.55
Hex C0 49 D0 8 41 0 12 125 3B 37
Octal 300 111 320 10 101 0 22 445 73 67
Binary 11000000 1001001 11010000 1000 1000001 0 10010 100100101 111011 110111

Color Harmonies of #C049D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049D0

Black with #C049D0

Text Example


Text Example

White with #C049D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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