Html Css Color HEX #DB77C4 Orchid

📋 copy color: '#DB77C4'

red 219 ◦ green 119 ◦ blue 196

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

Shades of Orchid #DB77C4

Tints of Orchid #DB77C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.7%

R = 41.01%
G = 22.28%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB77C4 (or 0xDB77C4) is known color: Orchid. HEX triplet: DB, 77 and C4. RGB value is (219,119,196). Sum of RGB (Red+Green+Blue) = 219+119+196=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77C4 is #24883B. Grayscale: #9D9D9D. Windows color (decimal): -2394172 or 12875739. OLE color: 12875739.

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

Color convert

RGB 219 119 196 -
CMYK 0 0.46 0.11 0.14
HSL 313.8º 0.58% 0.66% -
HSV(B) 313.8º 0.46% 0.86% -
XYZ 45.77 32.24 56.03 -
YUV 157.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 219 119 196 0 0.46 0.11 0.14 313.8 0.58 0.66
Hex DB 77 C4 0 2E B E 13A 3A 42
Octal 333 167 304 0 56 13 16 472 72 102
Binary 11011011 1110111 11000100 0 101110 1011 1110 100111010 111010 1000010

Color Harmonies of #DB77C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77C4

Black with #DB77C4

Text Example


Text Example

White with #DB77C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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