Html Css Color HEX #DB6ADD Orchid

📋 copy color: '#DB6ADD'

red 219 ◦ green 106 ◦ blue 221

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

Shades of Orchid #DB6ADD

Tints of Orchid #DB6ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.41%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 40.11%
G = 19.41%
B = 40.48%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB6ADD (or 0xDB6ADD) is known color: Orchid. HEX triplet: DB, 6A and DD. RGB value is (219,106,221). Sum of RGB (Red+Green+Blue) = 219+106+221=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ADD is #249522. Grayscale: #989898. Windows color (decimal): -2397475 or 14510811. OLE color: 14510811.

HSL color Cylindrical-coordinate representation of color #DB6ADD: hue angle of 298.96º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6ADD is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 106 221 -
CMYK 0.01 0.52 0 0.13
HSL 298.96º 0.63% 0.64% -
HSV(B) 298.96º 0.52% 0.87% -
XYZ 47.42 30.59 71.81 -
YUV 152.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 219 106 221 0.01 0.52 0 0.13 298.96 0.63 0.64
Hex DB 6A DD 1 34 0 D 12B 3F 40
Octal 333 152 335 1 64 0 15 453 77 100
Binary 11011011 1101010 11011101 1 110100 0 1101 100101011 111111 1000000

Color Harmonies of #DB6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6ADD

Black with #DB6ADD

Text Example


Text Example

White with #DB6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6ADD; }

 p { color: rgb(219,106,221); }

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

background-color css

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

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

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

border-color css

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

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

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