Html Css Color HEX #DB73C7 Orchid

📋 copy color: '#DB73C7'

red 219 ◦ green 115 ◦ blue 199

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

Shades of Orchid #DB73C7

Tints of Orchid #DB73C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.34%

R = 41.09%
G = 21.58%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB73C7 (or 0xDB73C7) is known color: Orchid. HEX triplet: DB, 73 and C7. RGB value is (219,115,199). Sum of RGB (Red+Green+Blue) = 219+115+199=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73C7 is #248C38. Grayscale: #9B9B9B. Windows color (decimal): -2395193 or 13071323. OLE color: 13071323.

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

Color convert

RGB 219 115 199 -
CMYK 0 0.47 0.09 0.14
HSL 311.54º 0.59% 0.65% -
HSV(B) 311.54º 0.47% 0.86% -
XYZ 45.65 31.45 57.7 -
YUV 155.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 219 115 199 0 0.47 0.09 0.14 311.54 0.59 0.65
Hex DB 73 C7 0 2F 9 E 138 3B 41
Octal 333 163 307 0 57 11 16 470 73 101
Binary 11011011 1110011 11000111 0 101111 1001 1110 100111000 111011 1000001

Color Harmonies of #DB73C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73C7

Black with #DB73C7

Text Example


Text Example

White with #DB73C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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