Html Css Color HEX #DB6DDF Orchid

📋 copy color: '#DB6DDF'

red 219 ◦ green 109 ◦ blue 223

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

Shades of Orchid #DB6DDF

Tints of Orchid #DB6DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 39.75%
G = 19.78%
B = 40.47%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB6DDF (or 0xDB6DDF) is known color: Orchid. HEX triplet: DB, 6D and DF. RGB value is (219,109,223). Sum of RGB (Red+Green+Blue) = 219+109+223=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DDF is #249220. Grayscale: #9A9A9A. Windows color (decimal): -2396705 or 14642651. OLE color: 14642651.

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

Color convert

RGB 219 109 223 -
CMYK 0.02 0.51 0 0.13
HSL 297.89º 0.64% 0.65% -
HSV(B) 297.89º 0.51% 0.87% -
XYZ 48 31.33 73.33 -
YUV 154.89 166.44 173.73 -
System Red Green Blue C M Y K H S L
Decimal 219 109 223 0.02 0.51 0 0.13 297.89 0.64 0.65
Hex DB 6D DF 2 33 0 D 12A 40 41
Octal 333 155 337 2 63 0 15 452 100 101
Binary 11011011 1101101 11011111 10 110011 0 1101 100101010 1000000 1000001

Color Harmonies of #DB6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DDF

Black with #DB6DDF

Text Example


Text Example

White with #DB6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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