#D571D4

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

Shades of Orchid #D571D4

Tints of Orchid #D571D4

Color information

#D571D4 (or 0xD571D4) is unknown color: approx Orchid. HEX triplet: D5, 71 and D4. RGB value is (213,113,212). Sum of RGB (Red+Green+Blue) = 213+113+212=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D571D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571D4 is #2A8E2B. Grayscale: #999999. Windows color (decimal): -2788908 or 13922773. OLE color: 13922773.

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

Color convert

RGB213113212-
CMYK00.470.000.16
HSL300.6º54.35%63.92%-
HSV(B)300.6º46.95%83.53%-
XYZ45.2330.7165.83-
YUV154.19160.63169.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 113 (44.53% from 255) = 21.00%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=39.59%
G=21.00%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311321200.470.000.16300.654.3563.92
HexD571D402F01012d3640
Octal32516132405702045566100
Binary1101010111100011101010001011110100001001011011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D571D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D571D4; }

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

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

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

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

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

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

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

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