Html Css Color HEX #DB73D0 Orchid

📋 copy color: '#DB73D0'

red 219 ◦ green 115 ◦ blue 208

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

Shades of Orchid #DB73D0

Tints of Orchid #DB73D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.38%

R = 40.41%
G = 21.22%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB73D0 (or 0xDB73D0) is known color: Orchid. HEX triplet: DB, 73 and D0. RGB value is (219,115,208). Sum of RGB (Red+Green+Blue) = 219+115+208=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73D0 is #248C2F. Grayscale: #9C9C9C. Windows color (decimal): -2395184 or 13661147. OLE color: 13661147.

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

Color convert

RGB 219 115 208 -
CMYK 0 0.47 0.05 0.14
HSL 306.35º 0.59% 0.65% -
HSV(B) 306.35º 0.47% 0.86% -
XYZ 46.73 31.88 63.36 -
YUV 156.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 219 115 208 0 0.47 0.05 0.14 306.35 0.59 0.65
Hex DB 73 D0 0 2F 5 E 132 3B 41
Octal 333 163 320 0 57 5 16 462 73 101
Binary 11011011 1110011 11010000 0 101111 101 1110 100110010 111011 1000001

Color Harmonies of #DB73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73D0

Black with #DB73D0

Text Example


Text Example

White with #DB73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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