Html Css Color HEX #DB77C1 Orchid

📋 copy color: '#DB77C1'

red 219 ◦ green 119 ◦ blue 193

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

Shades of Orchid #DB77C1

Tints of Orchid #DB77C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.35%

R = 41.24%
G = 22.41%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB77C1 (or 0xDB77C1) is known color: Orchid. HEX triplet: DB, 77 and C1. RGB value is (219,119,193). Sum of RGB (Red+Green+Blue) = 219+119+193=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77C1 is #24883E. Grayscale: #9D9D9D. Windows color (decimal): -2394175 or 12679131. OLE color: 12679131.

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

Color convert

RGB 219 119 193 -
CMYK 0 0.46 0.12 0.14
HSL 315.6º 0.58% 0.66% -
HSV(B) 315.6º 0.46% 0.86% -
XYZ 45.44 32.1 54.25 -
YUV 157.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 219 119 193 0 0.46 0.12 0.14 315.6 0.58 0.66
Hex DB 77 C1 0 2E C E 13C 3A 42
Octal 333 167 301 0 56 14 16 474 72 102
Binary 11011011 1110111 11000001 0 101110 1100 1110 100111100 111010 1000010

Color Harmonies of #DB77C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77C1

Black with #DB77C1

Text Example


Text Example

White with #DB77C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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