Html Css Color HEX #C73BDB Medium Orchid

📋 copy color: '#C73BDB'

red 199 ◦ green 59 ◦ blue 219

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

Shades of Medium Orchid #C73BDB

Tints of Medium Orchid #C73BDB

RGB

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

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

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

R = 41.72%
G = 12.37%
B = 45.91%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C73BDB (or 0xC73BDB) is known color: Medium Orchid. HEX triplet: C7, 3B and DB. RGB value is (199,59,219). Sum of RGB (Red+Green+Blue) = 199+59+219=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #C73BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BDB is #38C424. Grayscale: #767676. Windows color (decimal): -3720229 or 14367687. OLE color: 14367687.

HSL color Cylindrical-coordinate representation of color #C73BDB: hue angle of 292.5º degrees, saturation: 0.69, 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 #C73BDB is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 59 219 -
CMYK 0.09 0.73 0 0.14
HSL 292.5º 0.69% 0.55% -
HSV(B) 292.5º 0.73% 0.86% -
XYZ 37.9 20.38 68.95 -
YUV 119.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 199 59 219 0.09 0.73 0 0.14 292.5 0.69 0.55
Hex C7 3B DB 9 49 0 E 124 45 37
Octal 307 73 333 11 111 0 16 444 105 67
Binary 11000111 111011 11011011 1001 1001001 0 1110 100100100 1000101 110111

Color Harmonies of #C73BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BDB

Black with #C73BDB

Text Example


Text Example

White with #C73BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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