#D471DD

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

Shades of Orchid #D471DD

Tints of Orchid #D471DD

Color information

#D471DD (or 0xD471DD) is unknown color: approx Orchid. HEX triplet: D4, 71 and DD. RGB value is (212,113,221). Sum of RGB (Red+Green+Blue) = 212+113+221=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #D471DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471DD is #2B8E22. Grayscale: #9A9A9A. Windows color (decimal): -2854435 or 14512596. OLE color: 14512596.

HSL color Cylindrical-coordinate representation of color #D471DD: hue angle of 295º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D471DD is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212113221-
CMYK0.040.4900.13
HSL295º61.36%65.49%-
HSV(B)295º48.87%86.67%-
XYZ46.1131.0371.97-
YUV154.91165.3168.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 113 (44.53% from 255) = 20.70%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=38.83%
G=20.70%
B=40.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121132210.040.4900.1329561.3665.49
HexD471DD4310D1273d41
Octal32416133546101544775101
Binary11010100111000111011101100110001011011001001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D471DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D471DD; }

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

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

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

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

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

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

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

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