Html Css Color HEX #C049CE Medium Orchid

📋 copy color: '#C049CE'

red 192 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #C049CE

Tints of Medium Orchid #C049CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 40.76%
G = 15.5%
B = 43.74%

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

#C049CE (or 0xC049CE) is known color: Medium Orchid. HEX triplet: C0, 49 and CE. RGB value is (192,73,206). Sum of RGB (Red+Green+Blue) = 192+73+206=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #C049CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049CE is #3FB631. Grayscale: #7B7B7B. Windows color (decimal): -4175410 or 13519296. OLE color: 13519296.

HSL color Cylindrical-coordinate representation of color #C049CE: hue angle of 293.68º 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 #C049CE is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 73 206 -
CMYK 0.07 0.65 0 0.19
HSL 293.68º 0.58% 0.55% -
HSV(B) 293.68º 0.65% 0.81% -
XYZ 35.26 20.43 60.48 -
YUV 123.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 192 73 206 0.07 0.65 0 0.19 293.68 0.58 0.55
Hex C0 49 CE 7 41 0 13 126 3A 37
Octal 300 111 316 7 101 0 23 446 72 67
Binary 11000000 1001001 11001110 111 1000001 0 10011 100100110 111010 110111

Color Harmonies of #C049CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049CE

Black with #C049CE

Text Example


Text Example

White with #C049CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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