Html Css Color HEX #C73DDB Medium Orchid

📋 copy color: '#C73DDB'

red 199 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #C73DDB

Tints of Medium Orchid #C73DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.73%

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

R = 41.54%
G = 12.73%
B = 45.72%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C73DDB (or 0xC73DDB) is known color: Medium Orchid. HEX triplet: C7, 3D and DB. RGB value is (199,61,219). Sum of RGB (Red+Green+Blue) = 199+61+219=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #C73DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DDB is #38C224. Grayscale: #777777. Windows color (decimal): -3719717 or 14368199. OLE color: 14368199.

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

Color convert

RGB 199 61 219 -
CMYK 0.09 0.72 0 0.14
HSL 292.41º 0.69% 0.55% -
HSV(B) 292.41º 0.72% 0.86% -
XYZ 38.01 20.59 68.99 -
YUV 120.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 199 61 219 0.09 0.72 0 0.14 292.41 0.69 0.55
Hex C7 3D DB 9 48 0 E 124 45 37
Octal 307 75 333 11 110 0 16 444 105 67
Binary 11000111 111101 11011011 1001 1001000 0 1110 100100100 1000101 110111

Color Harmonies of #C73DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DDB

Black with #C73DDB

Text Example


Text Example

White with #C73DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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