Html Css Color HEX #C04ED9 Medium Orchid

📋 copy color: '#C04ED9'

red 192 ◦ green 78 ◦ blue 217

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

Shades of Medium Orchid #C04ED9

Tints of Medium Orchid #C04ED9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.02%

 BLUE value IS 217 (85.16% from 255) = 44.56%

R = 39.43%
G = 16.02%
B = 44.56%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C04ED9 (or 0xC04ED9) is known color: Medium Orchid. HEX triplet: C0, 4E and D9. RGB value is (192,78,217). Sum of RGB (Red+Green+Blue) = 192+78+217=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #C04ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04ED9 is #3FB126. Grayscale: #7F7F7F. Windows color (decimal): -4174119 or 14241472. OLE color: 14241472.

HSL color Cylindrical-coordinate representation of color #C04ED9: hue angle of 289.21º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04ED9 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 78 217 -
CMYK 0.12 0.64 0 0.15
HSL 289.21º 0.65% 0.58% -
HSV(B) 289.21º 0.64% 0.85% -
XYZ 36.99 21.67 67.88 -
YUV 127.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 192 78 217 0.12 0.64 0 0.15 289.21 0.65 0.58
Hex C0 4E D9 C 40 0 F 121 41 3A
Octal 300 116 331 14 100 0 17 441 101 72
Binary 11000000 1001110 11011001 1100 1000000 0 1111 100100001 1000001 111010

Color Harmonies of #C04ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ED9

Black with #C04ED9

Text Example


Text Example

White with #C04ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ED9; }

 p { color: rgb(192,78,217); }

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

background-color css

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

 a { background-color: rgb(192,78,217); }

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

border-color css

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

 span { border-color: rgb(192,78,217); }

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