Html Css Color HEX #DB78C9 Orchid

📋 copy color: '#DB78C9'

red 219 ◦ green 120 ◦ blue 201

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

Shades of Orchid #DB78C9

Tints of Orchid #DB78C9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.22%

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

R = 40.56%
G = 22.22%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB78C9 (or 0xDB78C9) is known color: Orchid. HEX triplet: DB, 78 and C9. RGB value is (219,120,201). Sum of RGB (Red+Green+Blue) = 219+120+201=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78C9 is #248736. Grayscale: #9E9E9E. Windows color (decimal): -2393911 or 13203675. OLE color: 13203675.

HSL color Cylindrical-coordinate representation of color #DB78C9: hue angle of 310.91º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB78C9 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 120 201 -
CMYK 0 0.45 0.08 0.14
HSL 310.91º 0.58% 0.66% -
HSV(B) 310.91º 0.45% 0.86% -
XYZ 46.47 32.71 59.12 -
YUV 158.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 219 120 201 0 0.45 0.08 0.14 310.91 0.58 0.66
Hex DB 78 C9 0 2D 8 E 137 3A 42
Octal 333 170 311 0 55 10 16 467 72 102
Binary 11011011 1111000 11001001 0 101101 1000 1110 100110111 111010 1000010

Color Harmonies of #DB78C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB78C9

Black with #DB78C9

Text Example


Text Example

White with #DB78C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB78C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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