#D57CC1

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

Shades of Orchid #D57CC1

Tints of Orchid #D57CC1

Color information

#D57CC1 (or 0xD57CC1) is unknown color: approx Orchid. HEX triplet: D5, 7C and C1. RGB value is (213,124,193). Sum of RGB (Red+Green+Blue) = 213+124+193=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CC1 is #2A833E. Grayscale: #9E9E9E. Windows color (decimal): -2786111 or 12680405. OLE color: 12680405.

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

Color convert

RGB213124193-
CMYK00.420.090.16
HSL313.48º51.45%66.08%-
HSV(B)313.48º41.78%83.53%-
XYZ44.2732.4154.37-
YUV158.48147.49166.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 124 (48.83% from 255) = 23.40%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=40.19%
G=23.40%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312419300.420.090.16313.4851.4566.08
HexD57CC102A9101393342
Octal325174301052112047163102
Binary1101010111111001100000101010101001100001001110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CC1; }

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

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

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

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

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

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

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

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