Html Css Color HEX #DB6DE6 Orchid

📋 copy color: '#DB6DE6'

red 219 ◦ green 109 ◦ blue 230

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

Shades of Orchid #DB6DE6

Tints of Orchid #DB6DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 39.25%
G = 19.53%
B = 41.22%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB6DE6 (or 0xDB6DE6) is known color: Orchid. HEX triplet: DB, 6D and E6. RGB value is (219,109,230). Sum of RGB (Red+Green+Blue) = 219+109+230=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB6DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DE6 is #249219. Grayscale: #9B9B9B. Windows color (decimal): -2396698 or 15101403. OLE color: 15101403.

HSL color Cylindrical-coordinate representation of color #DB6DE6: hue angle of 294.55º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6DE6 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 109 230 -
CMYK 0.05 0.53 0 0.10
HSL 294.55º 0.71% 0.66% -
HSV(B) 294.55º 0.53% 0.9% -
XYZ 48.96 31.71 78.4 -
YUV 155.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 219 109 230 0.05 0.53 0 0.10 294.55 0.71 0.66
Hex DB 6D E6 5 35 0 A 127 47 42
Octal 333 155 346 5 65 0 12 447 107 102
Binary 11011011 1101101 11100110 101 110101 0 1010 100100111 1000111 1000010

Color Harmonies of #DB6DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DE6

Black with #DB6DE6

Text Example


Text Example

White with #DB6DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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