Html Css Color HEX #DB78C5 Orchid

📋 copy color: '#DB78C5'

red 219 ◦ green 120 ◦ blue 197

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

Shades of Orchid #DB78C5

Tints of Orchid #DB78C5

RGB

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

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

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

R = 40.86%
G = 22.39%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB78C5 (or 0xDB78C5) is known color: Orchid. HEX triplet: DB, 78 and C5. RGB value is (219,120,197). Sum of RGB (Red+Green+Blue) = 219+120+197=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78C5 is #24873A. Grayscale: #9E9E9E. Windows color (decimal): -2393915 or 12941531. OLE color: 12941531.

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

Color convert

RGB 219 120 197 -
CMYK 0 0.45 0.10 0.14
HSL 313.33º 0.58% 0.66% -
HSV(B) 313.33º 0.45% 0.86% -
XYZ 46.01 32.52 56.68 -
YUV 158.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 219 120 197 0 0.45 0.10 0.14 313.33 0.58 0.66
Hex DB 78 C5 0 2D A E 139 3A 42
Octal 333 170 305 0 55 12 16 471 72 102
Binary 11011011 1111000 11000101 0 101101 1010 1110 100111001 111010 1000010

Color Harmonies of #DB78C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB78C5

Black with #DB78C5

Text Example


Text Example

White with #DB78C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB78C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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