#D577CA

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

Shades of Orchid #D577CA

Tints of Orchid #D577CA

Color information

#D577CA (or 0xD577CA) is unknown color: approx Orchid. HEX triplet: D5, 77 and CA. RGB value is (213,119,202). Sum of RGB (Red+Green+Blue) = 213+119+202=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D577CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577CA is #2A8835. Grayscale: #9C9C9C. Windows color (decimal): -2787382 or 13268949. OLE color: 13268949.

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

Color convert

RGB213119202-
CMYK00.440.050.16
HSL307.02º52.81%65.1%-
HSV(B)307.02º44.13%83.53%-
XYZ44.731.659.62-
YUV156.57153.64168.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=39.89%
G=22.28%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311920200.440.050.16307.0252.8165.1
HexD577CA02C5101333541
Octal32516731205452046365101
Binary110101011110111110010100101100101100001001100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577CA; }

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

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

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

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

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

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

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

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