Html Css Color HEX #DB76DB Orchid

📋 copy color: '#DB76DB'

red 219 ◦ green 118 ◦ blue 219

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

Shades of Orchid #DB76DB

Tints of Orchid #DB76DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 39.39%
G = 21.22%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB76DB (or 0xDB76DB) is known color: Orchid. HEX triplet: DB, 76 and DB. RGB value is (219,118,219). Sum of RGB (Red+Green+Blue) = 219+118+219=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76DB is #248924. Grayscale: #9F9F9F. Windows color (decimal): -2394405 or 14382811. OLE color: 14382811.

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

Color convert

RGB 219 118 219 -
CMYK 0 0.46 0 0.14
HSL 300º 0.58% 0.66% -
HSV(B) 300º 0.46% 0.86% -
XYZ 48.48 33.13 70.86 -
YUV 159.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 219 118 219 0 0.46 0 0.14 300 0.58 0.66
Hex DB 76 DB 0 2E 0 E 12C 3A 42
Octal 333 166 333 0 56 0 16 454 72 102
Binary 11011011 1110110 11011011 0 101110 0 1110 100101100 111010 1000010

Color Harmonies of #DB76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76DB

Black with #DB76DB

Text Example


Text Example

White with #DB76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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