Html Css Color HEX #D571BC Orchid

📋 copy color: '#D571BC'

red 213 ◦ green 113 ◦ blue 188

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

Shades of Orchid #D571BC

Tints of Orchid #D571BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 41.44%
G = 21.98%
B = 36.58%

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

#D571BC (or 0xD571BC) is known color: Orchid. HEX triplet: D5, 71 and BC. RGB value is (213,113,188). Sum of RGB (Red+Green+Blue) = 213+113+188=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D571BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571BC is #2A8E43. Grayscale: #979797. Windows color (decimal): -2788932 or 12349909. OLE color: 12349909.

HSL color Cylindrical-coordinate representation of color #D571BC: hue angle of 315º 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 #D571BC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 188 -
CMYK 0 0.47 0.12 0.16
HSL 315º 0.54% 0.64% -
HSV(B) 315º 0.47% 0.84% -
XYZ 42.42 29.59 51.05 -
YUV 151.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 213 113 188 0 0.47 0.12 0.16 315 0.54 0.64
Hex D5 71 BC 0 2F C 10 13B 36 40
Octal 325 161 274 0 57 14 20 473 66 100
Binary 11010101 1110001 10111100 0 101111 1100 10000 100111011 110110 1000000

Color Harmonies of #D571BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571BC

Black with #D571BC

Text Example


Text Example

White with #D571BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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