Html Css Color HEX #DB73D8 Orchid

📋 copy color: '#DB73D8'

red 219 ◦ green 115 ◦ blue 216

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

Shades of Orchid #DB73D8

Tints of Orchid #DB73D8

RGB

 RED value IS 219 (85.94% from 255) = 39.82%

 GREEN value IS 115 (45.31% from 255) = 20.91%

 BLUE value IS 216 (84.77% from 255) = 39.27%

R = 39.82%
G = 20.91%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB73D8 (or 0xDB73D8) is known color: Orchid. HEX triplet: DB, 73 and D8. RGB value is (219,115,216). Sum of RGB (Red+Green+Blue) = 219+115+216=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73D8 is #248C27. Grayscale: #9D9D9D. Windows color (decimal): -2395176 or 14185435. OLE color: 14185435.

HSL color Cylindrical-coordinate representation of color #DB73D8: hue angle of 301.73º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB73D8 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 115 216 -
CMYK 0 0.47 0.01 0.14
HSL 301.73º 0.59% 0.65% -
HSV(B) 301.73º 0.47% 0.86% -
XYZ 47.74 32.28 68.68 -
YUV 157.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 219 115 216 0 0.47 0.01 0.14 301.73 0.59 0.65
Hex DB 73 D8 0 2F 1 E 12E 3B 41
Octal 333 163 330 0 57 1 16 456 73 101
Binary 11011011 1110011 11011000 0 101111 1 1110 100101110 111011 1000001

Color Harmonies of #DB73D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73D8

Black with #DB73D8

Text Example


Text Example

White with #DB73D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73D8; }

 p { color: rgb(219,115,216); }

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

background-color css

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

 a { background-color: rgb(219,115,216); }

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

border-color css

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

 span { border-color: rgb(219,115,216); }

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