Html Css Color HEX #DB73C9 Orchid

📋 copy color: '#DB73C9'

red 219 ◦ green 115 ◦ blue 201

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

Shades of Orchid #DB73C9

Tints of Orchid #DB73C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 40.93%
G = 21.5%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB73C9 (or 0xDB73C9) is known color: Orchid. HEX triplet: DB, 73 and C9. RGB value is (219,115,201). Sum of RGB (Red+Green+Blue) = 219+115+201=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73C9 is #248C36. Grayscale: #9B9B9B. Windows color (decimal): -2395191 or 13202395. OLE color: 13202395.

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

Color convert

RGB 219 115 201 -
CMYK 0 0.47 0.08 0.14
HSL 310.38º 0.59% 0.65% -
HSV(B) 310.38º 0.47% 0.86% -
XYZ 45.89 31.54 58.93 -
YUV 155.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 219 115 201 0 0.47 0.08 0.14 310.38 0.59 0.65
Hex DB 73 C9 0 2F 8 E 136 3B 41
Octal 333 163 311 0 57 10 16 466 73 101
Binary 11011011 1110011 11001001 0 101111 1000 1110 100110110 111011 1000001

Color Harmonies of #DB73C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73C9

Black with #DB73C9

Text Example


Text Example

White with #DB73C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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