Html Css Color HEX #DB73D7 Orchid

📋 copy color: '#DB73D7'

red 219 ◦ green 115 ◦ blue 215

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

Shades of Orchid #DB73D7

Tints of Orchid #DB73D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.16%

R = 39.89%
G = 20.95%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB73D7 (or 0xDB73D7) is known color: Orchid. HEX triplet: DB, 73 and D7. RGB value is (219,115,215). Sum of RGB (Red+Green+Blue) = 219+115+215=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73D7 is #248C28. Grayscale: #9D9D9D. Windows color (decimal): -2395177 or 14119899. OLE color: 14119899.

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

Color convert

RGB 219 115 215 -
CMYK 0 0.47 0.02 0.14
HSL 302.31º 0.59% 0.65% -
HSV(B) 302.31º 0.47% 0.86% -
XYZ 47.61 32.23 68 -
YUV 157.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 219 115 215 0 0.47 0.02 0.14 302.31 0.59 0.65
Hex DB 73 D7 0 2F 2 E 12E 3B 41
Octal 333 163 327 0 57 2 16 456 73 101
Binary 11011011 1110011 11010111 0 101111 10 1110 100101110 111011 1000001

Color Harmonies of #DB73D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73D7

Black with #DB73D7

Text Example


Text Example

White with #DB73D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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