Html Css Color HEX #DB78E6 Orchid

📋 copy color: '#DB78E6'

red 219 ◦ green 120 ◦ blue 230

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

Shades of Orchid #DB78E6

Tints of Orchid #DB78E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.42%

R = 38.49%
G = 21.09%
B = 40.42%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB78E6 (or 0xDB78E6) is known color: Orchid. HEX triplet: DB, 78 and E6. RGB value is (219,120,230). Sum of RGB (Red+Green+Blue) = 219+120+230=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB78E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB78E6 is #248719. Grayscale: #A1A1A1. Windows color (decimal): -2393882 or 15104219. OLE color: 15104219.

HSL color Cylindrical-coordinate representation of color #DB78E6: hue angle of 294º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB78E6 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 120 230 -
CMYK 0.05 0.48 0 0.10
HSL 294º 0.69% 0.69% -
HSV(B) 294º 0.48% 0.9% -
XYZ 50.21 34.21 78.82 -
YUV 162.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 219 120 230 0.05 0.48 0 0.10 294 0.69 0.69
Hex DB 78 E6 5 30 0 A 126 45 45
Octal 333 170 346 5 60 0 12 446 105 105
Binary 11011011 1111000 11100110 101 110000 0 1010 100100110 1000101 1000101

Color Harmonies of #DB78E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB78E6

Black with #DB78E6

Text Example


Text Example

White with #DB78E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB78E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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