#D571D1

Color #D571D1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D571D1

Tints of Orchid #D571D1

Color information

#D571D1 (or 0xD571D1) is unknown color: approx Orchid. HEX triplet: D5, 71 and D1. RGB value is (213,113,209). Sum of RGB (Red+Green+Blue) = 213+113+209=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D571D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571D1 is #2A8E2E. Grayscale: #999999. Windows color (decimal): -2788911 or 13726165. OLE color: 13726165.

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

Color convert

RGB213113209-
CMYK00.470.020.16
HSL302.4º54.35%63.92%-
HSV(B)302.4º46.95%83.53%-
XYZ44.8530.5663.86-
YUV153.84159.13170.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 113 (44.53% from 255) = 21.12%
BLUE value IS 209 (82.03% from 255) = 39.07%
R=39.81%
G=21.12%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311320900.470.020.16302.454.3563.92
HexD571D102F21012e3640
Octal32516132105722045666100
Binary11010101111000111010001010111110100001001011101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D571D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D571D1; }

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

 H1.HeaderClassName
 {
   color: #D571D1;
 }
 .AnyTagClassName
 {
   color: #D571D1;
 }
</style>
background-color css

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

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

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

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

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

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