#D57CCC

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

Shades of Orchid #D57CCC

Tints of Orchid #D57CCC

Color information

#D57CCC (or 0xD57CCC) is unknown color: approx Orchid. HEX triplet: D5, 7C and CC. RGB value is (213,124,204). Sum of RGB (Red+Green+Blue) = 213+124+204=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CCC is #2A8333. Grayscale: #9F9F9F. Windows color (decimal): -2786100 or 13401301. OLE color: 13401301.

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

Color convert

RGB213124204-
CMYK00.420.040.16
HSL306.07º51.45%66.08%-
HSV(B)306.07º41.78%83.53%-
XYZ45.5532.9261.08-
YUV159.73152.99166-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 124 (48.83% from 255) = 22.92%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=39.37%
G=22.92%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312420400.420.040.16306.0751.4566.08
HexD57CCC02A4101323342
Octal32517431405242046263102
Binary110101011111100110011000101010100100001001100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CCC; }

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

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

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

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

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

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

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

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