Html Css Color HEX #C049FC Medium Orchid

📋 copy color: '#C049FC'

red 192 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #C049FC

Tints of Medium Orchid #C049FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 37.14%
G = 14.12%
B = 48.74%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C049FC (or 0xC049FC) is known color: Medium Orchid. HEX triplet: C0, 49 and FC. RGB value is (192,73,252). Sum of RGB (Red+Green+Blue) = 192+73+252=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #C049FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C049FC is #3FB603. Grayscale: #808080. Windows color (decimal): -4175364 or 16533952. OLE color: 16533952.

HSL color Cylindrical-coordinate representation of color #C049FC: hue angle of 279.89º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C049FC is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 73 252 -
CMYK 0.24 0.71 0 0.01
HSL 279.89º 0.97% 0.64% -
HSV(B) 279.89º 0.71% 0.99% -
XYZ 41.69 23 94.34 -
YUV 128.99 197.42 172.95 -
System Red Green Blue C M Y K H S L
Decimal 192 73 252 0.24 0.71 0 0.01 279.89 0.97 0.64
Hex C0 49 FC 18 47 0 1 118 61 40
Octal 300 111 374 30 107 0 1 430 141 100
Binary 11000000 1001001 11111100 11000 1000111 0 1 100011000 1100001 1000000

Color Harmonies of #C049FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049FC

Black with #C049FC

Text Example


Text Example

White with #C049FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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