Html Css Color HEX #DB6FDE Orchid

📋 copy color: '#DB6FDE'

red 219 ◦ green 111 ◦ blue 222

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

Shades of Orchid #DB6FDE

Tints of Orchid #DB6FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 39.67%
G = 20.11%
B = 40.22%

CMYK

 C value IS 0.01

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB6FDE (or 0xDB6FDE) is known color: Orchid. HEX triplet: DB, 6F and DE. RGB value is (219,111,222). Sum of RGB (Red+Green+Blue) = 219+111+222=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FDE is #249021. Grayscale: #9B9B9B. Windows color (decimal): -2396194 or 14577627. OLE color: 14577627.

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

Color convert

RGB 219 111 222 -
CMYK 0.01 0.5 0 0.13
HSL 298.38º 0.63% 0.65% -
HSV(B) 298.38º 0.5% 0.87% -
XYZ 48.08 31.7 72.69 -
YUV 155.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 219 111 222 0.01 0.5 0 0.13 298.38 0.63 0.65
Hex DB 6F DE 1 32 0 D 12A 3F 41
Octal 333 157 336 1 62 0 15 452 77 101
Binary 11011011 1101111 11011110 1 110010 0 1101 100101010 111111 1000001

Color Harmonies of #DB6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FDE

Black with #DB6FDE

Text Example


Text Example

White with #DB6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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