Html Css Color HEX #DB77C5 Orchid

📋 copy color: '#DB77C5'

red 219 ◦ green 119 ◦ blue 197

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

Shades of Orchid #DB77C5

Tints of Orchid #DB77C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.82%

R = 40.93%
G = 22.24%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB77C5 (or 0xDB77C5) is known color: Orchid. HEX triplet: DB, 77 and C5. RGB value is (219,119,197). Sum of RGB (Red+Green+Blue) = 219+119+197=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77C5 is #24883A. Grayscale: #9D9D9D. Windows color (decimal): -2394171 or 12941275. OLE color: 12941275.

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

Color convert

RGB 219 119 197 -
CMYK 0 0.46 0.10 0.14
HSL 313.2º 0.58% 0.66% -
HSV(B) 313.2º 0.46% 0.86% -
XYZ 45.89 32.28 56.64 -
YUV 157.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 219 119 197 0 0.46 0.10 0.14 313.2 0.58 0.66
Hex DB 77 C5 0 2E A E 139 3A 42
Octal 333 167 305 0 56 12 16 471 72 102
Binary 11011011 1110111 11000101 0 101110 1010 1110 100111001 111010 1000010

Color Harmonies of #DB77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77C5

Black with #DB77C5

Text Example


Text Example

White with #DB77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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