Html Css Color HEX #C049CD Medium Orchid

📋 copy color: '#C049CD'

red 192 ◦ green 73 ◦ blue 205

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

Shades of Medium Orchid #C049CD

Tints of Medium Orchid #C049CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 40.85%
G = 15.53%
B = 43.62%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C049CD (or 0xC049CD) is known color: Medium Orchid. HEX triplet: C0, 49 and CD. RGB value is (192,73,205). Sum of RGB (Red+Green+Blue) = 192+73+205=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #C049CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049CD is #3FB632. Grayscale: #7B7B7B. Windows color (decimal): -4175411 or 13453760. OLE color: 13453760.

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

Color convert

RGB 192 73 205 -
CMYK 0.06 0.64 0 0.20
HSL 294.09º 0.57% 0.55% -
HSV(B) 294.09º 0.64% 0.8% -
XYZ 35.14 20.38 59.84 -
YUV 123.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 192 73 205 0.06 0.64 0 0.20 294.09 0.57 0.55
Hex C0 49 CD 6 40 0 14 126 39 37
Octal 300 111 315 6 100 0 24 446 71 67
Binary 11000000 1001001 11001101 110 1000000 0 10100 100100110 111001 110111

Color Harmonies of #C049CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049CD

Black with #C049CD

Text Example


Text Example

White with #C049CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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