Html Css Color HEX #C73CD9 Medium Orchid

📋 copy color: '#C73CD9'

red 199 ◦ green 60 ◦ blue 217

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

Shades of Medium Orchid #C73CD9

Tints of Medium Orchid #C73CD9

RGB

 RED value IS 199 (78.13% from 255) = 41.81%

 GREEN value IS 60 (23.83% from 255) = 12.61%

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

R = 41.81%
G = 12.61%
B = 45.59%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C73CD9 (or 0xC73CD9) is known color: Medium Orchid. HEX triplet: C7, 3C and D9. RGB value is (199,60,217). Sum of RGB (Red+Green+Blue) = 199+60+217=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #C73CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CD9 is #38C326. Grayscale: #767676. Windows color (decimal): -3719975 or 14236871. OLE color: 14236871.

HSL color Cylindrical-coordinate representation of color #C73CD9: hue angle of 293.12º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73CD9 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 60 217 -
CMYK 0.08 0.72 0 0.15
HSL 293.12º 0.67% 0.54% -
HSV(B) 293.12º 0.72% 0.85% -
XYZ 37.69 20.38 67.59 -
YUV 119.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 199 60 217 0.08 0.72 0 0.15 293.12 0.67 0.54
Hex C7 3C D9 8 48 0 F 125 43 36
Octal 307 74 331 10 110 0 17 445 103 66
Binary 11000111 111100 11011001 1000 1001000 0 1111 100100101 1000011 110110

Color Harmonies of #C73CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CD9

Black with #C73CD9

Text Example


Text Example

White with #C73CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CD9; }

 p { color: rgb(199,60,217); }

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

background-color css

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

 a { background-color: rgb(199,60,217); }

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

border-color css

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

 span { border-color: rgb(199,60,217); }

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