Html Css Color HEX #C049CF Medium Orchid

📋 copy color: '#C049CF'

red 192 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #C049CF

Tints of Medium Orchid #C049CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 40.68%
G = 15.47%
B = 43.86%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C049CF (or 0xC049CF) is known color: Medium Orchid. HEX triplet: C0, 49 and CF. RGB value is (192,73,207). Sum of RGB (Red+Green+Blue) = 192+73+207=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #C049CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049CF is #3FB630. Grayscale: #7B7B7B. Windows color (decimal): -4175409 or 13584832. OLE color: 13584832.

HSL color Cylindrical-coordinate representation of color #C049CF: hue angle of 293.28º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C049CF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 73 207 -
CMYK 0.07 0.65 0 0.19
HSL 293.28º 0.58% 0.55% -
HSV(B) 293.28º 0.65% 0.81% -
XYZ 35.38 20.48 61.12 -
YUV 123.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 192 73 207 0.07 0.65 0 0.19 293.28 0.58 0.55
Hex C0 49 CF 7 41 0 13 125 3A 37
Octal 300 111 317 7 101 0 23 445 72 67
Binary 11000000 1001001 11001111 111 1000001 0 10011 100100101 111010 110111

Color Harmonies of #C049CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049CF

Black with #C049CF

Text Example


Text Example

White with #C049CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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