Html Css Color HEX #DB77E1 Orchid

📋 copy color: '#DB77E1'

red 219 ◦ green 119 ◦ blue 225

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

Shades of Orchid #DB77E1

Tints of Orchid #DB77E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.96%

R = 38.9%
G = 21.14%
B = 39.96%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB77E1 (or 0xDB77E1) is known color: Orchid. HEX triplet: DB, 77 and E1. RGB value is (219,119,225). Sum of RGB (Red+Green+Blue) = 219+119+225=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB77E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77E1 is #24881E. Grayscale: #A0A0A0. Windows color (decimal): -2394143 or 14776283. OLE color: 14776283.

HSL color Cylindrical-coordinate representation of color #DB77E1: hue angle of 296.6º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB77E1 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 119 225 -
CMYK 0.03 0.47 0 0.12
HSL 296.6º 0.64% 0.67% -
HSV(B) 296.6º 0.47% 0.88% -
XYZ 49.4 33.69 75.13 -
YUV 160.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 219 119 225 0.03 0.47 0 0.12 296.6 0.64 0.67
Hex DB 77 E1 3 2F 0 C 129 40 43
Octal 333 167 341 3 57 0 14 451 100 103
Binary 11011011 1110111 11100001 11 101111 0 1100 100101001 1000000 1000011

Color Harmonies of #DB77E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77E1

Black with #DB77E1

Text Example


Text Example

White with #DB77E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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