#D578CD

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

Shades of Orchid #D578CD

Tints of Orchid #D578CD

Color information

#D578CD (or 0xD578CD) is unknown color: approx Orchid. HEX triplet: D5, 78 and CD. RGB value is (213,120,205). Sum of RGB (Red+Green+Blue) = 213+120+205=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D578CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578CD is #2A8732. Grayscale: #9D9D9D. Windows color (decimal): -2787123 or 13465813. OLE color: 13465813.

HSL color Cylindrical-coordinate representation of color #D578CD: hue angle of 305.16º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D578CD is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213120205-
CMYK00.440.040.16
HSL305.16º52.54%65.29%-
HSV(B)305.16º43.66%83.53%-
XYZ45.1831.9961.55-
YUV157.5154.81167.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 120 (47.27% from 255) = 22.30%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=39.59%
G=22.30%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312020500.440.040.16305.1652.5465.29
HexD578CD02C4101313541
Octal32517031505442046165101
Binary110101011111000110011010101100100100001001100011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578CD; }

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

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

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

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

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

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

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

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