Html Css Color HEX #DB76C6 Orchid

📋 copy color: '#DB76C6'

red 219 ◦ green 118 ◦ blue 198

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

Shades of Orchid #DB76C6

Tints of Orchid #DB76C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.01%

R = 40.93%
G = 22.06%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB76C6 (or 0xDB76C6) is known color: Orchid. HEX triplet: DB, 76 and C6. RGB value is (219,118,198). Sum of RGB (Red+Green+Blue) = 219+118+198=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76C6 is #248939. Grayscale: #9D9D9D. Windows color (decimal): -2394426 or 13006555. OLE color: 13006555.

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

Color convert

RGB 219 118 198 -
CMYK 0 0.46 0.10 0.14
HSL 312.48º 0.58% 0.66% -
HSV(B) 312.48º 0.46% 0.86% -
XYZ 45.88 32.09 57.2 -
YUV 157.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 219 118 198 0 0.46 0.10 0.14 312.48 0.58 0.66
Hex DB 76 C6 0 2E A E 138 3A 42
Octal 333 166 306 0 56 12 16 470 72 102
Binary 11011011 1110110 11000110 0 101110 1010 1110 100111000 111010 1000010

Color Harmonies of #DB76C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76C6

Black with #DB76C6

Text Example


Text Example

White with #DB76C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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