Html Css Color HEX #DB6ED0 Orchid

📋 copy color: '#DB6ED0'

red 219 ◦ green 110 ◦ blue 208

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

Shades of Orchid #DB6ED0

Tints of Orchid #DB6ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 40.78%
G = 20.48%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB6ED0 (or 0xDB6ED0) is known color: Orchid. HEX triplet: DB, 6E and D0. RGB value is (219,110,208). Sum of RGB (Red+Green+Blue) = 219+110+208=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ED0 is #24912F. Grayscale: #999999. Windows color (decimal): -2396464 or 13659867. OLE color: 13659867.

HSL color Cylindrical-coordinate representation of color #DB6ED0: hue angle of 306.06º 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 #DB6ED0 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 110 208 -
CMYK 0 0.50 0.05 0.14
HSL 306.06º 0.6% 0.65% -
HSV(B) 306.06º 0.5% 0.86% -
XYZ 46.17 30.77 63.18 -
YUV 153.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 219 110 208 0 0.50 0.05 0.14 306.06 0.6 0.65
Hex DB 6E D0 0 32 5 E 132 3C 41
Octal 333 156 320 0 62 5 16 462 74 101
Binary 11011011 1101110 11010000 0 110010 101 1110 100110010 111100 1000001

Color Harmonies of #DB6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6ED0

Black with #DB6ED0

Text Example


Text Example

White with #DB6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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