#D570CD

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

Shades of Orchid #D570CD

Tints of Orchid #D570CD

Color information

#D570CD (or 0xD570CD) is unknown color: approx Orchid. HEX triplet: D5, 70 and CD. RGB value is (213,112,205). Sum of RGB (Red+Green+Blue) = 213+112+205=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D570CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570CD is #2A8F32. Grayscale: #989898. Windows color (decimal): -2789171 or 13463765. OLE color: 13463765.

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

Color convert

RGB213112205-
CMYK00.470.040.16
HSL304.75º54.59%63.73%-
HSV(B)304.75º47.42%83.53%-
XYZ44.2530.1461.24-
YUV152.8157.46170.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=40.19%
G=21.13%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311220500.470.040.16304.7554.5963.73
HexD570CD02F4101313740
Octal32516031505742046167100
Binary110101011110000110011010101111100100001001100011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D570CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D570CD; }

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

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

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

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

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

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

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

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