#D570E0

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

Shades of Orchid #D570E0

Tints of Orchid #D570E0

Color information

#D570E0 (or 0xD570E0) is unknown color: approx Orchid. HEX triplet: D5, 70 and E0. RGB value is (213,112,224). Sum of RGB (Red+Green+Blue) = 213+112+224=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #D570E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570E0 is #2A8F1F. Grayscale: #9A9A9A. Windows color (decimal): -2789152 or 14708949. OLE color: 14708949.

HSL color Cylindrical-coordinate representation of color #D570E0: hue angle of 294.11º degrees, saturation: 0.64, 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 #D570E0 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213112224-
CMYK0.050.5000.12
HSL294.11º64.37%65.88%-
HSV(B)294.11º50%87.84%-
XYZ46.6931.1274.07-
YUV154.97166.96169.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 112 (44.14% from 255) = 20.40%
BLUE value IS 224 (87.89% from 255) = 40.80%
R=38.80%
G=20.40%
B=40.80%

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
Decimal2131122240.050.5000.12294.1164.3765.88
HexD570E05320C1264042
Octal325160340562014446100102
Binary110101011110000111000001011100100110010010011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D570E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D570E0; }

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

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

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

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

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

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

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

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