Html Css Color HEX #DB73D5 Orchid

📋 copy color: '#DB73D5'

red 219 ◦ green 115 ◦ blue 213

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

Shades of Orchid #DB73D5

Tints of Orchid #DB73D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 40.04%
G = 21.02%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB73D5 (or 0xDB73D5) is known color: Orchid. HEX triplet: DB, 73 and D5. RGB value is (219,115,213). Sum of RGB (Red+Green+Blue) = 219+115+213=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73D5 is #248C2A. Grayscale: #9C9C9C. Windows color (decimal): -2395179 or 13988827. OLE color: 13988827.

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

Color convert

RGB 219 115 213 -
CMYK 0 0.47 0.03 0.14
HSL 303.46º 0.59% 0.65% -
HSV(B) 303.46º 0.47% 0.86% -
XYZ 47.35 32.13 66.66 -
YUV 157.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 219 115 213 0 0.47 0.03 0.14 303.46 0.59 0.65
Hex DB 73 D5 0 2F 3 E 12F 3B 41
Octal 333 163 325 0 57 3 16 457 73 101
Binary 11011011 1110011 11010101 0 101111 11 1110 100101111 111011 1000001

Color Harmonies of #DB73D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73D5

Black with #DB73D5

Text Example


Text Example

White with #DB73D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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