Html Css Color HEX #DB6FDF Orchid

📋 copy color: '#DB6FDF'

red 219 ◦ green 111 ◦ blue 223

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

Shades of Orchid #DB6FDF

Tints of Orchid #DB6FDF

RGB

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

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

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

R = 39.6%
G = 20.07%
B = 40.33%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB6FDF (or 0xDB6FDF) is known color: Orchid. HEX triplet: DB, 6F and DF. RGB value is (219,111,223). Sum of RGB (Red+Green+Blue) = 219+111+223=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FDF is #249020. Grayscale: #9B9B9B. Windows color (decimal): -2396193 or 14643163. OLE color: 14643163.

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

Color convert

RGB 219 111 223 -
CMYK 0.02 0.50 0 0.13
HSL 297.86º 0.64% 0.65% -
HSV(B) 297.86º 0.5% 0.87% -
XYZ 48.22 31.76 73.4 -
YUV 156.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 219 111 223 0.02 0.50 0 0.13 297.86 0.64 0.65
Hex DB 6F DF 2 32 0 D 12A 40 41
Octal 333 157 337 2 62 0 15 452 100 101
Binary 11011011 1101111 11011111 10 110010 0 1101 100101010 1000000 1000001

Color Harmonies of #DB6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FDF

Black with #DB6FDF

Text Example


Text Example

White with #DB6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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