#D570E1

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

Shades of Orchid #D570E1

Tints of Orchid #D570E1

Color information

#D570E1 (or 0xD570E1) is unknown color: approx Orchid. HEX triplet: D5, 70 and E1. RGB value is (213,112,225). Sum of RGB (Red+Green+Blue) = 213+112+225=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #D570E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570E1 is #2A8F1E. Grayscale: #9A9A9A. Windows color (decimal): -2789151 or 14774485. OLE color: 14774485.

HSL color Cylindrical-coordinate representation of color #D570E1: hue angle of 293.63º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D570E1 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213112225-
CMYK0.050.5000.12
HSL293.63º65.32%66.08%-
HSV(B)293.63º50.22%88.24%-
XYZ46.8331.1774.78-
YUV155.08167.46169.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 112 (44.14% from 255) = 20.36%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=38.73%
G=20.36%
B=40.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131122250.050.5000.12293.6365.3266.08
HexD570E15320C1264142
Octal325160341562014446101102
Binary110101011110000111000011011100100110010010011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D570E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D570E1; }

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

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

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

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

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

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

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

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