#D577BA

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

Shades of Orchid #D577BA

Tints of Orchid #D577BA

Color information

#D577BA (or 0xD577BA) is unknown color: approx Orchid. HEX triplet: D5, 77 and BA. RGB value is (213,119,186). Sum of RGB (Red+Green+Blue) = 213+119+186=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D577BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577BA is #2A8845. Grayscale: #9A9A9A. Windows color (decimal): -2787398 or 12220373. OLE color: 12220373.

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

Color convert

RGB213119186-
CMYK00.440.130.16
HSL317.23º52.81%65.1%-
HSV(B)317.23º44.13%83.53%-
XYZ42.930.8850.15-
YUV154.74145.64169.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=41.12%
G=22.97%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311918600.440.130.16317.2352.8165.1
HexD577BA02CD1013d3541
Octal325167272054152047565101
Binary1101010111101111011101001011001101100001001111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577BA; }

 p { color: rgb(213,119,186); }

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

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

 a { background-color: rgb(213,119,186); }

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

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

 span { border-color: rgb(213,119,186); }

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