Html Css Color HEX #DB6EDD Orchid

📋 copy color: '#DB6EDD'

red 219 ◦ green 110 ◦ blue 221

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

Shades of Orchid #DB6EDD

Tints of Orchid #DB6EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20%

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

R = 39.82%
G = 20%
B = 40.18%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB6EDD (or 0xDB6EDD) is known color: Orchid. HEX triplet: DB, 6E and DD. RGB value is (219,110,221). Sum of RGB (Red+Green+Blue) = 219+110+221=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EDD is #249122. Grayscale: #9A9A9A. Windows color (decimal): -2396451 or 14511835. OLE color: 14511835.

HSL color Cylindrical-coordinate representation of color #DB6EDD: hue angle of 298.92º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6EDD is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 110 221 -
CMYK 0.01 0.50 0 0.13
HSL 298.92º 0.62% 0.65% -
HSV(B) 298.92º 0.5% 0.87% -
XYZ 47.84 31.43 71.95 -
YUV 155.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 219 110 221 0.01 0.50 0 0.13 298.92 0.62 0.65
Hex DB 6E DD 1 32 0 D 12B 3E 41
Octal 333 156 335 1 62 0 15 453 76 101
Binary 11011011 1101110 11011101 1 110010 0 1101 100101011 111110 1000001

Color Harmonies of #DB6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EDD

Black with #DB6EDD

Text Example


Text Example

White with #DB6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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