Html Css Color HEX #DB77C9 Orchid

📋 copy color: '#DB77C9'

red 219 ◦ green 119 ◦ blue 201

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

Shades of Orchid #DB77C9

Tints of Orchid #DB77C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 40.63%
G = 22.08%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB77C9 (or 0xDB77C9) is known color: Orchid. HEX triplet: DB, 77 and C9. RGB value is (219,119,201). Sum of RGB (Red+Green+Blue) = 219+119+201=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77C9 is #248836. Grayscale: #9E9E9E. Windows color (decimal): -2394167 or 13203419. OLE color: 13203419.

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

Color convert

RGB 219 119 201 -
CMYK 0 0.46 0.08 0.14
HSL 310.8º 0.58% 0.66% -
HSV(B) 310.8º 0.46% 0.86% -
XYZ 46.35 32.47 59.08 -
YUV 158.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 219 119 201 0 0.46 0.08 0.14 310.8 0.58 0.66
Hex DB 77 C9 0 2E 8 E 137 3A 42
Octal 333 167 311 0 56 10 16 467 72 102
Binary 11011011 1110111 11001001 0 101110 1000 1110 100110111 111010 1000010

Color Harmonies of #DB77C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77C9

Black with #DB77C9

Text Example


Text Example

White with #DB77C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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