#D577CE

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

Shades of Orchid #D577CE

Tints of Orchid #D577CE

Color information

#D577CE (or 0xD577CE) is unknown color: approx Orchid. HEX triplet: D5, 77 and CE. RGB value is (213,119,206). Sum of RGB (Red+Green+Blue) = 213+119+206=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D577CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577CE is #2A8831. Grayscale: #9C9C9C. Windows color (decimal): -2787378 or 13531093. OLE color: 13531093.

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

Color convert

RGB213119206-
CMYK00.440.030.16
HSL304.47º52.81%65.1%-
HSV(B)304.47º44.13%83.53%-
XYZ45.1831.862.15-
YUV157.02155.64167.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=39.59%
G=22.12%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311920600.440.030.16304.4752.8165.1
HexD577CE02C3101303541
Octal32516731605432046065101
Binary11010101111011111001110010110011100001001100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577CE; }

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

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

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

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

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

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

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

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