Html Css Color HEX #DB77DB Orchid

📋 copy color: '#DB77DB'

red 219 ◦ green 119 ◦ blue 219

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

Shades of Orchid #DB77DB

Tints of Orchid #DB77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.36%

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

R = 39.32%
G = 21.36%
B = 39.32%

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

#DB77DB (or 0xDB77DB) is known color: Orchid. HEX triplet: DB, 77 and DB. RGB value is (219,119,219). Sum of RGB (Red+Green+Blue) = 219+119+219=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77DB is #248824. Grayscale: #A0A0A0. Windows color (decimal): -2394149 or 14383067. OLE color: 14383067.

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

Color convert

RGB 219 119 219 -
CMYK 0 0.46 0 0.14
HSL 300º 0.58% 0.66% -
HSV(B) 300º 0.46% 0.86% -
XYZ 48.6 33.37 70.9 -
YUV 160.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 219 119 219 0 0.46 0 0.14 300 0.58 0.66
Hex DB 77 DB 0 2E 0 E 12C 3A 42
Octal 333 167 333 0 56 0 16 454 72 102
Binary 11011011 1110111 11011011 0 101110 0 1110 100101100 111010 1000010

Color Harmonies of #DB77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77DB

Black with #DB77DB

Text Example


Text Example

White with #DB77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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