#D570D1

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

Shades of Orchid #D570D1

Tints of Orchid #D570D1

Color information

#D570D1 (or 0xD570D1) is unknown color: approx Orchid. HEX triplet: D5, 70 and D1. RGB value is (213,112,209). Sum of RGB (Red+Green+Blue) = 213+112+209=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D570D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570D1 is #2A8F2E. Grayscale: #989898. Windows color (decimal): -2789167 or 13725909. OLE color: 13725909.

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

Color convert

RGB213112209-
CMYK00.470.020.16
HSL302.38º54.59%63.73%-
HSV(B)302.38º47.42%83.53%-
XYZ44.7430.3463.82-
YUV153.26159.46170.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 112 (44.14% from 255) = 20.97%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=39.89%
G=20.97%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311220900.470.020.16302.3854.5963.73
HexD570D102F21012e3740
Octal32516032105722045667100
Binary11010101111000011010001010111110100001001011101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D570D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D570D1; }

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

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

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

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

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

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

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

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