Html Css Color HEX #DB70BC Orchid

📋 copy color: '#DB70BC'

red 219 ◦ green 112 ◦ blue 188

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

Shades of Orchid #DB70BC

Tints of Orchid #DB70BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 42.2%
G = 21.58%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB70BC (or 0xDB70BC) is known color: Orchid. HEX triplet: DB, 70 and BC. RGB value is (219,112,188). Sum of RGB (Red+Green+Blue) = 219+112+188=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70BC is #248F43. Grayscale: #989898. Windows color (decimal): -2395972 or 12349659. OLE color: 12349659.

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

Color convert

RGB 219 112 188 -
CMYK 0 0.49 0.14 0.14
HSL 317.38º 0.6% 0.65% -
HSV(B) 317.38º 0.49% 0.86% -
XYZ 44.08 30.28 51.1 -
YUV 152.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 219 112 188 0 0.49 0.14 0.14 317.38 0.6 0.65
Hex DB 70 BC 0 31 E E 13D 3C 41
Octal 333 160 274 0 61 16 16 475 74 101
Binary 11011011 1110000 10111100 0 110001 1110 1110 100111101 111100 1000001

Color Harmonies of #DB70BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70BC

Black with #DB70BC

Text Example


Text Example

White with #DB70BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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