#D57CC7

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

Shades of Orchid #D57CC7

Tints of Orchid #D57CC7

Color information

#D57CC7 (or 0xD57CC7) is unknown color: approx Orchid. HEX triplet: D5, 7C and C7. RGB value is (213,124,199). Sum of RGB (Red+Green+Blue) = 213+124+199=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CC7 is #2A8338. Grayscale: #9E9E9E. Windows color (decimal): -2786105 or 13073621. OLE color: 13073621.

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

Color convert

RGB213124199-
CMYK00.420.070.16
HSL309.44º51.45%66.08%-
HSV(B)309.44º41.78%83.53%-
XYZ44.9632.6857.97-
YUV159.16150.49166.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 124 (48.83% from 255) = 23.13%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=39.74%
G=23.13%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312419900.420.070.16309.4451.4566.08
HexD57CC702A7101353342
Octal32517430705272046563102
Binary110101011111100110001110101010111100001001101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CC7; }

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

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

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

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

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

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

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

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