Html Css Color HEX #DB6DE9 Orchid

📋 copy color: '#DB6DE9'

red 219 ◦ green 109 ◦ blue 233

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

Shades of Orchid #DB6DE9

Tints of Orchid #DB6DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.53%

R = 39.04%
G = 19.43%
B = 41.53%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB6DE9 (or 0xDB6DE9) is known color: Orchid. HEX triplet: DB, 6D and E9. RGB value is (219,109,233). Sum of RGB (Red+Green+Blue) = 219+109+233=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DE9 is #249216. Grayscale: #9B9B9B. Windows color (decimal): -2396695 or 15298011. OLE color: 15298011.

HSL color Cylindrical-coordinate representation of color #DB6DE9: hue angle of 293.23º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6DE9 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 109 233 -
CMYK 0.06 0.53 0 0.09
HSL 293.23º 0.74% 0.67% -
HSV(B) 293.23º 0.53% 0.91% -
XYZ 49.39 31.88 80.64 -
YUV 156.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 219 109 233 0.06 0.53 0 0.09 293.23 0.74 0.67
Hex DB 6D E9 6 35 0 9 125 4A 43
Octal 333 155 351 6 65 0 11 445 112 103
Binary 11011011 1101101 11101001 110 110101 0 1001 100100101 1001010 1000011

Color Harmonies of #DB6DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DE9

Black with #DB6DE9

Text Example


Text Example

White with #DB6DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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