Html Css Color HEX #D571DB Orchid

📋 copy color: '#D571DB'

red 213 ◦ green 113 ◦ blue 219

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

Shades of Orchid #D571DB

Tints of Orchid #D571DB

RGB

 RED value IS 213 (83.59% from 255) = 39.08%

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

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

R = 39.08%
G = 20.73%
B = 40.18%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D571DB (or 0xD571DB) is known color: Orchid. HEX triplet: D5, 71 and DB. RGB value is (213,113,219). Sum of RGB (Red+Green+Blue) = 213+113+219=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D571DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571DB is #2A8E24. Grayscale: #9A9A9A. Windows color (decimal): -2788901 or 14381525. OLE color: 14381525.

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

Color convert

RGB 213 113 219 -
CMYK 0.03 0.48 0 0.14
HSL 296.6º 0.6% 0.65% -
HSV(B) 296.6º 0.48% 0.86% -
XYZ 46.13 31.07 70.58 -
YUV 154.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 213 113 219 0.03 0.48 0 0.14 296.6 0.6 0.65
Hex D5 71 DB 3 30 0 E 129 3C 41
Octal 325 161 333 3 60 0 16 451 74 101
Binary 11010101 1110001 11011011 11 110000 0 1110 100101001 111100 1000001

Color Harmonies of #D571DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571DB

Black with #D571DB

Text Example


Text Example

White with #D571DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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