Html Css Color HEX #DB71CF Orchid

📋 copy color: '#DB71CF'

red 219 ◦ green 113 ◦ blue 207

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

Shades of Orchid #DB71CF

Tints of Orchid #DB71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 40.63%
G = 20.96%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB71CF (or 0xDB71CF) is known color: Orchid. HEX triplet: DB, 71 and CF. RGB value is (219,113,207). Sum of RGB (Red+Green+Blue) = 219+113+207=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71CF is #248E30. Grayscale: #9B9B9B. Windows color (decimal): -2395697 or 13595099. OLE color: 13595099.

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

Color convert

RGB 219 113 207 -
CMYK 0 0.48 0.05 0.14
HSL 306.79º 0.6% 0.65% -
HSV(B) 306.79º 0.48% 0.86% -
XYZ 46.38 31.38 62.64 -
YUV 155.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 219 113 207 0 0.48 0.05 0.14 306.79 0.6 0.65
Hex DB 71 CF 0 30 5 E 133 3C 41
Octal 333 161 317 0 60 5 16 463 74 101
Binary 11011011 1110001 11001111 0 110000 101 1110 100110011 111100 1000001

Color Harmonies of #DB71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71CF

Black with #DB71CF

Text Example


Text Example

White with #DB71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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