Html Css Color HEX #C73BDC Medium Orchid

📋 copy color: '#C73BDC'

red 199 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #C73BDC

Tints of Medium Orchid #C73BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.34%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 41.63%
G = 12.34%
B = 46.03%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C73BDC (or 0xC73BDC) is known color: Medium Orchid. HEX triplet: C7, 3B and DC. RGB value is (199,59,220). Sum of RGB (Red+Green+Blue) = 199+59+220=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #C73BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BDC is #38C423. Grayscale: #767676. Windows color (decimal): -3720228 or 14433223. OLE color: 14433223.

HSL color Cylindrical-coordinate representation of color #C73BDC: hue angle of 292.17º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73BDC is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 59 220 -
CMYK 0.10 0.73 0 0.14
HSL 292.17º 0.7% 0.55% -
HSV(B) 292.17º 0.73% 0.86% -
XYZ 38.04 20.44 69.65 -
YUV 119.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 199 59 220 0.10 0.73 0 0.14 292.17 0.7 0.55
Hex C7 3B DC A 49 0 E 124 46 37
Octal 307 73 334 12 111 0 16 444 106 67
Binary 11000111 111011 11011100 1010 1001001 0 1110 100100100 1000110 110111

Color Harmonies of #C73BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BDC

Black with #C73BDC

Text Example


Text Example

White with #C73BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BDC; }

 p { color: rgb(199,59,220); }

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

background-color css

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

 a { background-color: rgb(199,59,220); }

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

border-color css

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

 span { border-color: rgb(199,59,220); }

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