Html Css Color HEX #DB76C9 Orchid

📋 copy color: '#DB76C9'

red 219 ◦ green 118 ◦ blue 201

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

Shades of Orchid #DB76C9

Tints of Orchid #DB76C9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.93%

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

R = 40.71%
G = 21.93%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB76C9 (or 0xDB76C9) is known color: Orchid. HEX triplet: DB, 76 and C9. RGB value is (219,118,201). Sum of RGB (Red+Green+Blue) = 219+118+201=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76C9 is #248936. Grayscale: #9D9D9D. Windows color (decimal): -2394423 or 13203163. OLE color: 13203163.

HSL color Cylindrical-coordinate representation of color #DB76C9: hue angle of 310.69º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB76C9 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 118 201 -
CMYK 0 0.46 0.08 0.14
HSL 310.69º 0.58% 0.66% -
HSV(B) 310.69º 0.46% 0.86% -
XYZ 46.23 32.23 59.04 -
YUV 157.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 219 118 201 0 0.46 0.08 0.14 310.69 0.58 0.66
Hex DB 76 C9 0 2E 8 E 137 3A 42
Octal 333 166 311 0 56 10 16 467 72 102
Binary 11011011 1110110 11001001 0 101110 1000 1110 100110111 111010 1000010

Color Harmonies of #DB76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76C9

Black with #DB76C9

Text Example


Text Example

White with #DB76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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