Html Css Color HEX #DB77CD Orchid

📋 copy color: '#DB77CD'

red 219 ◦ green 119 ◦ blue 205

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

Shades of Orchid #DB77CD

Tints of Orchid #DB77CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 40.33%
G = 21.92%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB77CD (or 0xDB77CD) is known color: Orchid. HEX triplet: DB, 77 and CD. RGB value is (219,119,205). Sum of RGB (Red+Green+Blue) = 219+119+205=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77CD is #248832. Grayscale: #9E9E9E. Windows color (decimal): -2394163 or 13465563. OLE color: 13465563.

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

Color convert

RGB 219 119 205 -
CMYK 0 0.46 0.06 0.14
HSL 308.4º 0.58% 0.66% -
HSV(B) 308.4º 0.46% 0.86% -
XYZ 46.83 32.66 61.59 -
YUV 158.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 219 119 205 0 0.46 0.06 0.14 308.4 0.58 0.66
Hex DB 77 CD 0 2E 6 E 134 3A 42
Octal 333 167 315 0 56 6 16 464 72 102
Binary 11011011 1110111 11001101 0 101110 110 1110 100110100 111010 1000010

Color Harmonies of #DB77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77CD

Black with #DB77CD

Text Example


Text Example

White with #DB77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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