#d57cc9

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

Shades of Orchid #D57CC9

Tints of Orchid #D57CC9

Color information

#D57CC9 (or 0xD57CC9) is unknown color: approx Orchid. HEX triplet: D5, 7C and C9. RGB value is (213,124,201). Sum of RGB (Red+Green+Blue) = 213+124+201=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CC9 is #2A8336. Grayscale: #9F9F9F. Windows color (decimal): -2786103 or 13204693. OLE color: 13204693.

HSL color Cylindrical-coordinate representation of color #D57CC9: hue angle of 308.09º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57CC9 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB213124201-
CMYK00.420.060.16
HSL308.09º51.45%66.08%-
HSV(B)308.09º41.78%83.53%-
XYZ45.1932.7859.2-
YUV159.39151.49166.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 124 (48.83% from 255) = 23.05%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=39.59%
G=23.05%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312420100.420.060.16308.0951.4566.08
HexD57CC902A6101343342
Octal32517431105262046463102
Binary110101011111100110010010101010110100001001101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d57cc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d57cc9; }

 p { color: rgb(213,124,201); }

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

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

 a { background-color: rgb(213,124,201); }

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

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

 span { border-color: rgb(213,124,201); }

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