Html Css Color HEX #DB6FDD Orchid

📋 copy color: '#DB6FDD'

red 219 ◦ green 111 ◦ blue 221

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

Shades of Orchid #DB6FDD

Tints of Orchid #DB6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.15%

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

R = 39.75%
G = 20.15%
B = 40.11%

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

#DB6FDD (or 0xDB6FDD) is known color: Orchid. HEX triplet: DB, 6F and DD. RGB value is (219,111,221). Sum of RGB (Red+Green+Blue) = 219+111+221=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FDD is #249022. Grayscale: #9B9B9B. Windows color (decimal): -2396195 or 14512091. OLE color: 14512091.

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

Color convert

RGB 219 111 221 -
CMYK 0.01 0.50 0 0.13
HSL 298.91º 0.62% 0.65% -
HSV(B) 298.91º 0.5% 0.87% -
XYZ 47.95 31.65 71.99 -
YUV 155.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 219 111 221 0.01 0.50 0 0.13 298.91 0.62 0.65
Hex DB 6F DD 1 32 0 D 12B 3E 41
Octal 333 157 335 1 62 0 15 453 76 101
Binary 11011011 1101111 11011101 1 110010 0 1101 100101011 111110 1000001

Color Harmonies of #DB6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FDD

Black with #DB6FDD

Text Example


Text Example

White with #DB6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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