Html Css Color HEX #DB6EBD Orchid

📋 copy color: '#DB6EBD'

red 219 ◦ green 110 ◦ blue 189

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

Shades of Orchid #DB6EBD

Tints of Orchid #DB6EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.49%

R = 42.28%
G = 21.24%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB6EBD (or 0xDB6EBD) is known color: Orchid. HEX triplet: DB, 6E and BD. RGB value is (219,110,189). Sum of RGB (Red+Green+Blue) = 219+110+189=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EBD is #249142. Grayscale: #979797. Windows color (decimal): -2396483 or 12414683. OLE color: 12414683.

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

Color convert

RGB 219 110 189 -
CMYK 0 0.50 0.14 0.14
HSL 316.51º 0.6% 0.65% -
HSV(B) 316.51º 0.5% 0.86% -
XYZ 43.97 29.89 51.59 -
YUV 151.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 219 110 189 0 0.50 0.14 0.14 316.51 0.6 0.65
Hex DB 6E BD 0 32 E E 13D 3C 41
Octal 333 156 275 0 62 16 16 475 74 101
Binary 11011011 1101110 10111101 0 110010 1110 1110 100111101 111100 1000001

Color Harmonies of #DB6EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EBD

Black with #DB6EBD

Text Example


Text Example

White with #DB6EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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