Html Css Color HEX #C73FD5 Medium Orchid

📋 copy color: '#C73FD5'

red 199 ◦ green 63 ◦ blue 213

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

Shades of Medium Orchid #C73FD5

Tints of Medium Orchid #C73FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.26%

 BLUE value IS 213 (83.59% from 255) = 44.84%

R = 41.89%
G = 13.26%
B = 44.84%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C73FD5 (or 0xC73FD5) is known color: Medium Orchid. HEX triplet: C7, 3F and D5. RGB value is (199,63,213). Sum of RGB (Red+Green+Blue) = 199+63+213=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #C73FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FD5 is #38C02A. Grayscale: #787878. Windows color (decimal): -3719211 or 13975495. OLE color: 13975495.

HSL color Cylindrical-coordinate representation of color #C73FD5: hue angle of 294.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73FD5 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 63 213 -
CMYK 0.07 0.70 0 0.16
HSL 294.4º 0.64% 0.54% -
HSV(B) 294.4º 0.7% 0.84% -
XYZ 37.34 20.5 64.94 -
YUV 120.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 199 63 213 0.07 0.70 0 0.16 294.4 0.64 0.54
Hex C7 3F D5 7 46 0 10 126 40 36
Octal 307 77 325 7 106 0 20 446 100 66
Binary 11000111 111111 11010101 111 1000110 0 10000 100100110 1000000 110110

Color Harmonies of #C73FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FD5

Black with #C73FD5

Text Example


Text Example

White with #C73FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FD5; }

 p { color: rgb(199,63,213); }

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

background-color css

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

 a { background-color: rgb(199,63,213); }

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

border-color css

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

 span { border-color: rgb(199,63,213); }

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