Html Css Color HEX #C73FDB Medium Orchid

📋 copy color: '#C73FDB'

red 199 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #C73FDB

Tints of Medium Orchid #C73FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 41.37%
G = 13.1%
B = 45.53%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C73FDB (or 0xC73FDB) is known color: Medium Orchid. HEX triplet: C7, 3F and DB. RGB value is (199,63,219). Sum of RGB (Red+Green+Blue) = 199+63+219=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #C73FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FDB is #38C024. Grayscale: #787878. Windows color (decimal): -3719205 or 14368711. OLE color: 14368711.

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

Color convert

RGB 199 63 219 -
CMYK 0.09 0.71 0 0.14
HSL 292.31º 0.68% 0.55% -
HSV(B) 292.31º 0.71% 0.86% -
XYZ 38.12 20.81 69.03 -
YUV 121.45 183.06 183.32 -
System Red Green Blue C M Y K H S L
Decimal 199 63 219 0.09 0.71 0 0.14 292.31 0.68 0.55
Hex C7 3F DB 9 47 0 E 124 44 37
Octal 307 77 333 11 107 0 16 444 104 67
Binary 11000111 111111 11011011 1001 1000111 0 1110 100100100 1000100 110111

Color Harmonies of #C73FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FDB

Black with #C73FDB

Text Example


Text Example

White with #C73FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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