Html Css Color HEX #DB78DC Orchid

📋 copy color: '#DB78DC'

red 219 ◦ green 120 ◦ blue 220

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

Shades of Orchid #DB78DC

Tints of Orchid #DB78DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 39.18%
G = 21.47%
B = 39.36%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB78DC (or 0xDB78DC) is known color: Orchid. HEX triplet: DB, 78 and DC. RGB value is (219,120,220). Sum of RGB (Red+Green+Blue) = 219+120+220=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78DC is #248723. Grayscale: #A0A0A0. Windows color (decimal): -2393892 or 14448859. OLE color: 14448859.

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

Color convert

RGB 219 120 220 -
CMYK 0.00 0.45 0 0.14
HSL 299.4º 0.59% 0.67% -
HSV(B) 299.4º 0.45% 0.86% -
XYZ 48.85 33.66 71.63 -
YUV 161 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 219 120 220 0.00 0.45 0 0.14 299.4 0.59 0.67
Hex DB 78 DC 0 2D 0 E 12B 3B 43
Octal 333 170 334 0 55 0 16 453 73 103
Binary 11011011 1111000 11011100 0 101101 0 1110 100101011 111011 1000011

Color Harmonies of #DB78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB78DC

Black with #DB78DC

Text Example


Text Example

White with #DB78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB78DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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