Html Css Color HEX #DB6DBE Orchid

📋 copy color: '#DB6DBE'

red 219 ◦ green 109 ◦ blue 190

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

Shades of Orchid #DB6DBE

Tints of Orchid #DB6DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 42.28%
G = 21.04%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB6DBE (or 0xDB6DBE) is known color: Orchid. HEX triplet: DB, 6D and BE. RGB value is (219,109,190). Sum of RGB (Red+Green+Blue) = 219+109+190=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DBE is #249241. Grayscale: #969696. Windows color (decimal): -2396738 or 12479963. OLE color: 12479963.

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

Color convert

RGB 219 109 190 -
CMYK 0 0.50 0.13 0.14
HSL 315.82º 0.6% 0.64% -
HSV(B) 315.82º 0.5% 0.86% -
XYZ 43.98 29.72 52.13 -
YUV 151.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 219 109 190 0 0.50 0.13 0.14 315.82 0.6 0.64
Hex DB 6D BE 0 32 D E 13C 3C 40
Octal 333 155 276 0 62 15 16 474 74 100
Binary 11011011 1101101 10111110 0 110010 1101 1110 100111100 111100 1000000

Color Harmonies of #DB6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DBE

Black with #DB6DBE

Text Example


Text Example

White with #DB6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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