Html Css Color HEX #DB71C2 Orchid

📋 copy color: '#DB71C2'

red 219 ◦ green 113 ◦ blue 194

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

Shades of Orchid #DB71C2

Tints of Orchid #DB71C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 41.63%
G = 21.48%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB71C2 (or 0xDB71C2) is known color: Orchid. HEX triplet: DB, 71 and C2. RGB value is (219,113,194). Sum of RGB (Red+Green+Blue) = 219+113+194=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71C2 is #248E3D. Grayscale: #999999. Windows color (decimal): -2395710 or 12743131. OLE color: 12743131.

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

Color convert

RGB 219 113 194 -
CMYK 0 0.48 0.11 0.14
HSL 314.15º 0.6% 0.65% -
HSV(B) 314.15º 0.48% 0.86% -
XYZ 44.86 30.77 54.61 -
YUV 153.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 219 113 194 0 0.48 0.11 0.14 314.15 0.6 0.65
Hex DB 71 C2 0 30 B E 13A 3C 41
Octal 333 161 302 0 60 13 16 472 74 101
Binary 11011011 1110001 11000010 0 110000 1011 1110 100111010 111100 1000001

Color Harmonies of #DB71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71C2

Black with #DB71C2

Text Example


Text Example

White with #DB71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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