Html Css Color HEX #C049FF Medium Orchid

📋 copy color: '#C049FF'

red 192 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #C049FF

Tints of Medium Orchid #C049FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.04%

R = 36.92%
G = 14.04%
B = 49.04%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C049FF (or 0xC049FF) is known color: Medium Orchid. HEX triplet: C0, 49 and FF. RGB value is (192,73,255). Sum of RGB (Red+Green+Blue) = 192+73+255=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #C049FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C049FF is #3FB600. Grayscale: #808080. Windows color (decimal): -4175361 or 16730560. OLE color: 16730560.

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

Color convert

RGB 192 73 255 -
CMYK 0.25 0.71 0 0
HSL 279.23º 1% 0.64% -
HSV(B) 279.23º 0.71% 1% -
XYZ 42.17 23.19 96.86 -
YUV 129.33 198.92 172.7 -
System Red Green Blue C M Y K H S L
Decimal 192 73 255 0.25 0.71 0 0 279.23 1 0.64
Hex C0 49 FF 19 47 0 0 117 64 40
Octal 300 111 377 31 107 0 0 427 144 100
Binary 11000000 1001001 11111111 11001 1000111 0 0 100010111 1100100 1000000

Color Harmonies of #C049FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049FF

Black with #C049FF

Text Example


Text Example

White with #C049FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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