Html Css Color HEX #DB6DDB Orchid

📋 copy color: '#DB6DDB'

red 219 ◦ green 109 ◦ blue 219

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

Shades of Orchid #DB6DDB

Tints of Orchid #DB6DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 40.04%
G = 19.93%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB6DDB (or 0xDB6DDB) is known color: Orchid. HEX triplet: DB, 6D and DB. RGB value is (219,109,219). Sum of RGB (Red+Green+Blue) = 219+109+219=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DDB is #249224. Grayscale: #9A9A9A. Windows color (decimal): -2396709 or 14380507. OLE color: 14380507.

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

Color convert

RGB 219 109 219 -
CMYK 0 0.50 0 0.14
HSL 300º 0.6% 0.64% -
HSV(B) 300º 0.5% 0.86% -
XYZ 47.47 31.11 70.52 -
YUV 154.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 219 109 219 0 0.50 0 0.14 300 0.6 0.64
Hex DB 6D DB 0 32 0 E 12C 3C 40
Octal 333 155 333 0 62 0 16 454 74 100
Binary 11011011 1101101 11011011 0 110010 0 1110 100101100 111100 1000000

Color Harmonies of #DB6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DDB

Black with #DB6DDB

Text Example


Text Example

White with #DB6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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