Html Css Color HEX #DB71DB Orchid

📋 copy color: '#DB71DB'

red 219 ◦ green 113 ◦ blue 219

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

Shades of Orchid #DB71DB

Tints of Orchid #DB71DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.51%

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 39.75%
G = 20.51%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB71DB (or 0xDB71DB) is known color: Orchid. HEX triplet: DB, 71 and DB. RGB value is (219,113,219). Sum of RGB (Red+Green+Blue) = 219+113+219=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71DB is #248E24. Grayscale: #9C9C9C. Windows color (decimal): -2395685 or 14381531. OLE color: 14381531.

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

Color convert

RGB 219 113 219 -
CMYK 0 0.48 0 0.14
HSL 300º 0.6% 0.65% -
HSV(B) 300º 0.48% 0.86% -
XYZ 47.9 31.98 70.67 -
YUV 156.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 219 113 219 0 0.48 0 0.14 300 0.6 0.65
Hex DB 71 DB 0 30 0 E 12C 3C 41
Octal 333 161 333 0 60 0 16 454 74 101
Binary 11011011 1110001 11011011 0 110000 0 1110 100101100 111100 1000001

Color Harmonies of #DB71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71DB

Black with #DB71DB

Text Example


Text Example

White with #DB71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71DB; }

 p { color: rgb(219,113,219); }

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

background-color css

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

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

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

border-color css

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

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

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