Html Css Color HEX #DB76C7 Orchid

📋 copy color: '#DB76C7'

red 219 ◦ green 118 ◦ blue 199

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

Shades of Orchid #DB76C7

Tints of Orchid #DB76C7

RGB

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

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

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

R = 40.86%
G = 22.01%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB76C7 (or 0xDB76C7) is known color: Orchid. HEX triplet: DB, 76 and C7. RGB value is (219,118,199). Sum of RGB (Red+Green+Blue) = 219+118+199=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76C7 is #248938. Grayscale: #9D9D9D. Windows color (decimal): -2394425 or 13072091. OLE color: 13072091.

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

Color convert

RGB 219 118 199 -
CMYK 0 0.46 0.09 0.14
HSL 311.88º 0.58% 0.66% -
HSV(B) 311.88º 0.46% 0.86% -
XYZ 46 32.14 57.81 -
YUV 157.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 219 118 199 0 0.46 0.09 0.14 311.88 0.58 0.66
Hex DB 76 C7 0 2E 9 E 138 3A 42
Octal 333 166 307 0 56 11 16 470 72 102
Binary 11011011 1110110 11000111 0 101110 1001 1110 100111000 111010 1000010

Color Harmonies of #DB76C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76C7

Black with #DB76C7

Text Example


Text Example

White with #DB76C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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