Html Css Color HEX #DB73BE Orchid

📋 copy color: '#DB73BE'

red 219 ◦ green 115 ◦ blue 190

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

Shades of Orchid #DB73BE

Tints of Orchid #DB73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 41.79%
G = 21.95%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB73BE (or 0xDB73BE) is known color: Orchid. HEX triplet: DB, 73 and BE. RGB value is (219,115,190). Sum of RGB (Red+Green+Blue) = 219+115+190=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73BE is #248C41. Grayscale: #9A9A9A. Windows color (decimal): -2395202 or 12481499. OLE color: 12481499.

HSL color Cylindrical-coordinate representation of color #DB73BE: hue angle of 316.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 #DB73BE is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 115 190 -
CMYK 0 0.47 0.13 0.14
HSL 316.73º 0.59% 0.65% -
HSV(B) 316.73º 0.47% 0.86% -
XYZ 44.64 31.04 52.35 -
YUV 154.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 219 115 190 0 0.47 0.13 0.14 316.73 0.59 0.65
Hex DB 73 BE 0 2F D E 13D 3B 41
Octal 333 163 276 0 57 15 16 475 73 101
Binary 11011011 1110011 10111110 0 101111 1101 1110 100111101 111011 1000001

Color Harmonies of #DB73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73BE

Black with #DB73BE

Text Example


Text Example

White with #DB73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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