Html Css Color HEX #C049FD Medium Orchid

📋 copy color: '#C049FD'

red 192 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #C049FD

Tints of Medium Orchid #C049FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 37.07%
G = 14.09%
B = 48.84%

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

#C049FD (or 0xC049FD) is known color: Medium Orchid. HEX triplet: C0, 49 and FD. RGB value is (192,73,253). Sum of RGB (Red+Green+Blue) = 192+73+253=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #C049FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C049FD is #3FB602. Grayscale: #808080. Windows color (decimal): -4175363 or 16599488. OLE color: 16599488.

HSL color Cylindrical-coordinate representation of color #C049FD: hue angle of 279.67º degrees, saturation: 0.98, 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 #C049FD is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 73 253 -
CMYK 0.24 0.71 0 0.01
HSL 279.67º 0.98% 0.64% -
HSV(B) 279.67º 0.71% 0.99% -
XYZ 41.85 23.06 95.17 -
YUV 129.1 197.92 172.86 -
System Red Green Blue C M Y K H S L
Decimal 192 73 253 0.24 0.71 0 0.01 279.67 0.98 0.64
Hex C0 49 FD 18 47 0 1 118 62 40
Octal 300 111 375 30 107 0 1 430 142 100
Binary 11000000 1001001 11111101 11000 1000111 0 1 100011000 1100010 1000000

Color Harmonies of #C049FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049FD

Black with #C049FD

Text Example


Text Example

White with #C049FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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