Html Css Color HEX #D571BB Orchid

📋 copy color: '#D571BB'

red 213 ◦ green 113 ◦ blue 187

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

Shades of Orchid #D571BB

Tints of Orchid #D571BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 41.52%
G = 22.03%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D571BB (or 0xD571BB) is known color: Orchid. HEX triplet: D5, 71 and BB. RGB value is (213,113,187). Sum of RGB (Red+Green+Blue) = 213+113+187=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D571BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571BB is #2A8E44. Grayscale: #979797. Windows color (decimal): -2788933 or 12284373. OLE color: 12284373.

HSL color Cylindrical-coordinate representation of color #D571BB: hue angle of 315.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D571BB is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 187 -
CMYK 0 0.47 0.12 0.16
HSL 315.6º 0.54% 0.64% -
HSV(B) 315.6º 0.47% 0.84% -
XYZ 42.32 29.54 50.49 -
YUV 151.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 213 113 187 0 0.47 0.12 0.16 315.6 0.54 0.64
Hex D5 71 BB 0 2F C 10 13C 36 40
Octal 325 161 273 0 57 14 20 474 66 100
Binary 11010101 1110001 10111011 0 101111 1100 10000 100111100 110110 1000000

Color Harmonies of #D571BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571BB

Black with #D571BB

Text Example


Text Example

White with #D571BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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