Html Css Color HEX #DB76BE Orchid

📋 copy color: '#DB76BE'

red 219 ◦ green 118 ◦ blue 190

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

Shades of Orchid #DB76BE

Tints of Orchid #DB76BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 41.56%
G = 22.39%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB76BE (or 0xDB76BE) is known color: Orchid. HEX triplet: DB, 76 and BE. RGB value is (219,118,190). Sum of RGB (Red+Green+Blue) = 219+118+190=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76BE is #248941. Grayscale: #9C9C9C. Windows color (decimal): -2394434 or 12482267. OLE color: 12482267.

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

Color convert

RGB 219 118 190 -
CMYK 0 0.46 0.13 0.14
HSL 317.23º 0.58% 0.66% -
HSV(B) 317.23º 0.46% 0.86% -
XYZ 44.99 31.73 52.47 -
YUV 156.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 219 118 190 0 0.46 0.13 0.14 317.23 0.58 0.66
Hex DB 76 BE 0 2E D E 13D 3A 42
Octal 333 166 276 0 56 15 16 475 72 102
Binary 11011011 1110110 10111110 0 101110 1101 1110 100111101 111010 1000010

Color Harmonies of #DB76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76BE

Black with #DB76BE

Text Example


Text Example

White with #DB76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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