Html Css Color HEX #DB6DBF Orchid

📋 copy color: '#DB6DBF'

red 219 ◦ green 109 ◦ blue 191

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

Shades of Orchid #DB6DBF

Tints of Orchid #DB6DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.8%

R = 42.2%
G = 21%
B = 36.8%

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

#DB6DBF (or 0xDB6DBF) is known color: Orchid. HEX triplet: DB, 6D and BF. RGB value is (219,109,191). Sum of RGB (Red+Green+Blue) = 219+109+191=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DBF is #249240. Grayscale: #979797. Windows color (decimal): -2396737 or 12545499. OLE color: 12545499.

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

Color convert

RGB 219 109 191 -
CMYK 0 0.50 0.13 0.14
HSL 315.27º 0.6% 0.64% -
HSV(B) 315.27º 0.5% 0.86% -
XYZ 44.09 29.76 52.71 -
YUV 151.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 219 109 191 0 0.50 0.13 0.14 315.27 0.6 0.64
Hex DB 6D BF 0 32 D E 13B 3C 40
Octal 333 155 277 0 62 15 16 473 74 100
Binary 11011011 1101101 10111111 0 110010 1101 1110 100111011 111100 1000000

Color Harmonies of #DB6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DBF

Black with #DB6DBF

Text Example


Text Example

White with #DB6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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