#D577CD

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

Shades of Orchid #D577CD

Tints of Orchid #D577CD

Color information

#D577CD (or 0xD577CD) is unknown color: approx Orchid. HEX triplet: D5, 77 and CD. RGB value is (213,119,205). Sum of RGB (Red+Green+Blue) = 213+119+205=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D577CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577CD is #2A8832. Grayscale: #9C9C9C. Windows color (decimal): -2787379 or 13465557. OLE color: 13465557.

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

Color convert

RGB213119205-
CMYK00.440.040.16
HSL305.11º52.81%65.1%-
HSV(B)305.11º44.13%83.53%-
XYZ45.0631.7561.51-
YUV156.91155.14168.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 119 (46.88% from 255) = 22.16%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=39.66%
G=22.16%
B=38.18%

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
Decimal21311920500.440.040.16305.1152.8165.1
HexD577CD02C4101313541
Octal32516731505442046165101
Binary110101011110111110011010101100100100001001100011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577CD; }

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

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

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

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

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

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

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

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