Html Css Color HEX #DB6EDB Orchid

📋 copy color: '#DB6EDB'

red 219 ◦ green 110 ◦ blue 219

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

Shades of Orchid #DB6EDB

Tints of Orchid #DB6EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.07%

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 39.96%
G = 20.07%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB6EDB (or 0xDB6EDB) is known color: Orchid. HEX triplet: DB, 6E and DB. RGB value is (219,110,219). Sum of RGB (Red+Green+Blue) = 219+110+219=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EDB is #249124. Grayscale: #9A9A9A. Windows color (decimal): -2396453 or 14380763. OLE color: 14380763.

HSL color Cylindrical-coordinate representation of color #DB6EDB: hue angle of 300º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6EDB is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 110 219 -
CMYK 0 0.50 0 0.14
HSL 300º 0.6% 0.65% -
HSV(B) 300º 0.5% 0.86% -
XYZ 47.58 31.33 70.56 -
YUV 155.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 219 110 219 0 0.50 0 0.14 300 0.6 0.65
Hex DB 6E DB 0 32 0 E 12C 3C 41
Octal 333 156 333 0 62 0 16 454 74 101
Binary 11011011 1101110 11011011 0 110010 0 1110 100101100 111100 1000001

Color Harmonies of #DB6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EDB

Black with #DB6EDB

Text Example


Text Example

White with #DB6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EDB; }

 p { color: rgb(219,110,219); }

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

background-color css

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

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

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

border-color css

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

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

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