#D574DA

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

Shades of Orchid #D574DA

Tints of Orchid #D574DA

Color information

#D574DA (or 0xD574DA) is unknown color: approx Orchid. HEX triplet: D5, 74 and DA. RGB value is (213,116,218). Sum of RGB (Red+Green+Blue) = 213+116+218=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #D574DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574DA is #2A8B25. Grayscale: #9C9C9C. Windows color (decimal): -2788134 or 14316757. OLE color: 14316757.

HSL color Cylindrical-coordinate representation of color #D574DA: hue angle of 297.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D574DA is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213116218-
CMYK0.020.4700.15
HSL297.06º57.95%65.49%-
HSV(B)297.06º46.79%85.49%-
XYZ46.3431.770.01-
YUV156.63162.64168.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=38.94%
G=21.21%
B=39.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131162180.020.4700.15297.0657.9565.49
HexD574DA22F0F1293a41
Octal32516433225701745172101
Binary1101010111101001101101010101111011111001010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D574DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D574DA; }

 p { color: rgb(213,116,218); }

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

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

 a { background-color: rgb(213,116,218); }

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

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

 span { border-color: rgb(213,116,218); }

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