Html Css Color HEX #DB78C6 Orchid

📋 copy color: '#DB78C6'

red 219 ◦ green 120 ◦ blue 198

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

Shades of Orchid #DB78C6

Tints of Orchid #DB78C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.87%

R = 40.78%
G = 22.35%
B = 36.87%

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

#DB78C6 (or 0xDB78C6) is known color: Orchid. HEX triplet: DB, 78 and C6. RGB value is (219,120,198). Sum of RGB (Red+Green+Blue) = 219+120+198=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78C6 is #248739. Grayscale: #9E9E9E. Windows color (decimal): -2393914 or 13007067. OLE color: 13007067.

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

Color convert

RGB 219 120 198 -
CMYK 0 0.45 0.10 0.14
HSL 312.73º 0.58% 0.66% -
HSV(B) 312.73º 0.45% 0.86% -
XYZ 46.12 32.57 57.28 -
YUV 158.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 219 120 198 0 0.45 0.10 0.14 312.73 0.58 0.66
Hex DB 78 C6 0 2D A E 139 3A 42
Octal 333 170 306 0 55 12 16 471 72 102
Binary 11011011 1111000 11000110 0 101101 1010 1110 100111001 111010 1000010

Color Harmonies of #DB78C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB78C6

Black with #DB78C6

Text Example


Text Example

White with #DB78C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB78C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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