#D570DA

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

Shades of Orchid #D570DA

Tints of Orchid #D570DA

Color information

#D570DA (or 0xD570DA) is unknown color: approx Orchid. HEX triplet: D5, 70 and DA. RGB value is (213,112,218). Sum of RGB (Red+Green+Blue) = 213+112+218=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D570DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570DA is #2A8F25. Grayscale: #999999. Windows color (decimal): -2789158 or 14315733. OLE color: 14315733.

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

Color convert

RGB213112218-
CMYK0.020.4900.15
HSL297.17º58.89%64.71%-
HSV(B)297.17º48.62%85.49%-
XYZ45.8930.869.86-
YUV154.28163.96169.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 112 (44.14% from 255) = 20.63%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=39.23%
G=20.63%
B=40.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131122180.020.4900.15297.1758.8964.71
HexD570DA2310F1293b41
Octal32516033226101745173101
Binary1101010111100001101101010110001011111001010011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D570DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D570DA; }

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

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

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

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

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

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

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

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