#D578CC

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

Shades of Orchid #D578CC

Tints of Orchid #D578CC

Color information

#D578CC (or 0xD578CC) is unknown color: approx Orchid. HEX triplet: D5, 78 and CC. RGB value is (213,120,204). Sum of RGB (Red+Green+Blue) = 213+120+204=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D578CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578CC is #2A8733. Grayscale: #9D9D9D. Windows color (decimal): -2787124 or 13400277. OLE color: 13400277.

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

Color convert

RGB213120204-
CMYK00.440.040.16
HSL305.81º52.54%65.29%-
HSV(B)305.81º43.66%83.53%-
XYZ45.0631.9460.92-
YUV157.38154.31167.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 120 (47.27% from 255) = 22.35%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=39.66%
G=22.35%
B=37.99%

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
Decimal21312020400.440.040.16305.8152.5465.29
HexD578CC02C4101323541
Octal32517031405442046265101
Binary110101011111000110011000101100100100001001100101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578CC; }

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

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

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

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

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

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

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

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