Html Css Color HEX #DB6DD6 Orchid

📋 copy color: '#DB6DD6'

red 219 ◦ green 109 ◦ blue 214

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

Shades of Orchid #DB6DD6

Tints of Orchid #DB6DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 40.41%
G = 20.11%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB6DD6 (or 0xDB6DD6) is known color: Orchid. HEX triplet: DB, 6D and D6. RGB value is (219,109,214). Sum of RGB (Red+Green+Blue) = 219+109+214=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DD6 is #249229. Grayscale: #999999. Windows color (decimal): -2396714 or 14052827. OLE color: 14052827.

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

Color convert

RGB 219 109 214 -
CMYK 0 0.50 0.02 0.14
HSL 302.73º 0.6% 0.64% -
HSV(B) 302.73º 0.5% 0.86% -
XYZ 46.82 30.85 67.11 -
YUV 153.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 219 109 214 0 0.50 0.02 0.14 302.73 0.6 0.64
Hex DB 6D D6 0 32 2 E 12F 3C 40
Octal 333 155 326 0 62 2 16 457 74 100
Binary 11011011 1101101 11010110 0 110010 10 1110 100101111 111100 1000000

Color Harmonies of #DB6DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DD6

Black with #DB6DD6

Text Example


Text Example

White with #DB6DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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