Html Css Color HEX #C049D4 Medium Orchid

📋 copy color: '#C049D4'

red 192 ◦ green 73 ◦ blue 212

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

Shades of Medium Orchid #C049D4

Tints of Medium Orchid #C049D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.44%

R = 40.25%
G = 15.3%
B = 44.44%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C049D4 (or 0xC049D4) is known color: Medium Orchid. HEX triplet: C0, 49 and D4. RGB value is (192,73,212). Sum of RGB (Red+Green+Blue) = 192+73+212=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #C049D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049D4 is #3FB62B. Grayscale: #7B7B7B. Windows color (decimal): -4175404 or 13912512. OLE color: 13912512.

HSL color Cylindrical-coordinate representation of color #C049D4: hue angle of 291.37º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C049D4 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 73 212 -
CMYK 0.09 0.66 0 0.17
HSL 291.37º 0.62% 0.56% -
HSV(B) 291.37º 0.66% 0.83% -
XYZ 36 20.73 64.39 -
YUV 124.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 192 73 212 0.09 0.66 0 0.17 291.37 0.62 0.56
Hex C0 49 D4 9 42 0 11 123 3E 38
Octal 300 111 324 11 102 0 21 443 76 70
Binary 11000000 1001001 11010100 1001 1000010 0 10001 100100011 111110 111000

Color Harmonies of #C049D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049D4

Black with #C049D4

Text Example


Text Example

White with #C049D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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