Html Css Color HEX #DB6DD8 Orchid

📋 copy color: '#DB6DD8'

red 219 ◦ green 109 ◦ blue 216

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

Shades of Orchid #DB6DD8

Tints of Orchid #DB6DD8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.04%

 BLUE value IS 216 (84.77% from 255) = 39.71%

R = 40.26%
G = 20.04%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB6DD8 (or 0xDB6DD8) is known color: Orchid. HEX triplet: DB, 6D and D8. RGB value is (219,109,216). Sum of RGB (Red+Green+Blue) = 219+109+216=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DD8 is #249227. Grayscale: #999999. Windows color (decimal): -2396712 or 14183899. OLE color: 14183899.

HSL color Cylindrical-coordinate representation of color #DB6DD8: hue angle of 301.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DD8 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 109 216 -
CMYK 0 0.50 0.01 0.14
HSL 301.64º 0.6% 0.64% -
HSV(B) 301.64º 0.5% 0.86% -
XYZ 47.08 30.96 68.46 -
YUV 154.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 219 109 216 0 0.50 0.01 0.14 301.64 0.6 0.64
Hex DB 6D D8 0 32 1 E 12E 3C 40
Octal 333 155 330 0 62 1 16 456 74 100
Binary 11011011 1101101 11011000 0 110010 1 1110 100101110 111100 1000000

Color Harmonies of #DB6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DD8

Black with #DB6DD8

Text Example


Text Example

White with #DB6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DD8; }

 p { color: rgb(219,109,216); }

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

background-color css

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

 a { background-color: rgb(219,109,216); }

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

border-color css

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

 span { border-color: rgb(219,109,216); }

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