Html Css Color HEX #DB6DE7 Orchid

📋 copy color: '#DB6DE7'

red 219 ◦ green 109 ◦ blue 231

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

Shades of Orchid #DB6DE7

Tints of Orchid #DB6DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.32%

R = 39.18%
G = 19.5%
B = 41.32%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB6DE7 (or 0xDB6DE7) is known color: Orchid. HEX triplet: DB, 6D and E7. RGB value is (219,109,231). Sum of RGB (Red+Green+Blue) = 219+109+231=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB6DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DE7 is #249218. Grayscale: #9B9B9B. Windows color (decimal): -2396697 or 15166939. OLE color: 15166939.

HSL color Cylindrical-coordinate representation of color #DB6DE7: hue angle of 294.1º degrees, saturation: 0.72, 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 #DB6DE7 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 109 231 -
CMYK 0.05 0.53 0 0.09
HSL 294.1º 0.72% 0.67% -
HSV(B) 294.1º 0.53% 0.91% -
XYZ 49.11 31.77 79.14 -
YUV 155.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 219 109 231 0.05 0.53 0 0.09 294.1 0.72 0.67
Hex DB 6D E7 5 35 0 9 126 48 43
Octal 333 155 347 5 65 0 11 446 110 103
Binary 11011011 1101101 11100111 101 110101 0 1001 100100110 1001000 1000011

Color Harmonies of #DB6DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DE7

Black with #DB6DE7

Text Example


Text Example

White with #DB6DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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