#D570D5

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

Shades of Orchid #D570D5

Tints of Orchid #D570D5

Color information

#D570D5 (or 0xD570D5) is unknown color: approx Orchid. HEX triplet: D5, 70 and D5. RGB value is (213,112,213). Sum of RGB (Red+Green+Blue) = 213+112+213=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D570D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570D5 is #2A8F2A. Grayscale: #999999. Windows color (decimal): -2789163 or 13988053. OLE color: 13988053.

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

Color convert

RGB213112213-
CMYK00.4700.16
HSL300º54.59%63.73%-
HSV(B)300º47.42%83.53%-
XYZ45.2430.5466.46-
YUV153.71161.46170.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 112 (44.14% from 255) = 20.82%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=39.59%
G=20.82%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311221300.4700.1630054.5963.73
HexD570D502F01012c3740
Octal32516032505702045467100
Binary1101010111100001101010101011110100001001011001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D570D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D570D5; }

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

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

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

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

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

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

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

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