Html Css Color HEX #DB70BE Orchid

📋 copy color: '#DB70BE'

red 219 ◦ green 112 ◦ blue 190

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

Shades of Orchid #DB70BE

Tints of Orchid #DB70BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.5%

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 42.03%
G = 21.5%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB70BE (or 0xDB70BE) is known color: Orchid. HEX triplet: DB, 70 and BE. RGB value is (219,112,190). Sum of RGB (Red+Green+Blue) = 219+112+190=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70BE is #248F41. Grayscale: #989898. Windows color (decimal): -2395970 or 12480731. OLE color: 12480731.

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

Color convert

RGB 219 112 190 -
CMYK 0 0.49 0.13 0.14
HSL 316.26º 0.6% 0.65% -
HSV(B) 316.26º 0.49% 0.86% -
XYZ 44.3 30.37 52.24 -
YUV 152.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 219 112 190 0 0.49 0.13 0.14 316.26 0.6 0.65
Hex DB 70 BE 0 31 D E 13C 3C 41
Octal 333 160 276 0 61 15 16 474 74 101
Binary 11011011 1110000 10111110 0 110001 1101 1110 100111100 111100 1000001

Color Harmonies of #DB70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70BE

Black with #DB70BE

Text Example


Text Example

White with #DB70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70BE; }

 p { color: rgb(219,112,190); }

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

background-color css

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

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

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

border-color css

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

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

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