Html Css Color HEX #DB70DD Orchid

📋 copy color: '#DB70DD'

red 219 ◦ green 112 ◦ blue 221

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

Shades of Orchid #DB70DD

Tints of Orchid #DB70DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 39.67%
G = 20.29%
B = 40.04%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB70DD (or 0xDB70DD) is known color: Orchid. HEX triplet: DB, 70 and DD. RGB value is (219,112,221). Sum of RGB (Red+Green+Blue) = 219+112+221=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70DD is #248F22. Grayscale: #9C9C9C. Windows color (decimal): -2395939 or 14512347. OLE color: 14512347.

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

Color convert

RGB 219 112 221 -
CMYK 0.01 0.49 0 0.13
HSL 298.9º 0.62% 0.65% -
HSV(B) 298.9º 0.49% 0.87% -
XYZ 48.06 31.87 72.02 -
YUV 156.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 219 112 221 0.01 0.49 0 0.13 298.9 0.62 0.65
Hex DB 70 DD 1 31 0 D 12B 3E 41
Octal 333 160 335 1 61 0 15 453 76 101
Binary 11011011 1110000 11011101 1 110001 0 1101 100101011 111110 1000001

Color Harmonies of #DB70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70DD

Black with #DB70DD

Text Example


Text Example

White with #DB70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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