#D57CCE

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

Shades of Orchid #D57CCE

Tints of Orchid #D57CCE

Color information

#D57CCE (or 0xD57CCE) is unknown color: approx Orchid. HEX triplet: D5, 7C and CE. RGB value is (213,124,206). Sum of RGB (Red+Green+Blue) = 213+124+206=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CCE is #2A8331. Grayscale: #9F9F9F. Windows color (decimal): -2786098 or 13532373. OLE color: 13532373.

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

Color convert

RGB213124206-
CMYK00.420.030.16
HSL304.72º51.45%66.08%-
HSV(B)304.72º41.78%83.53%-
XYZ45.7933.0262.35-
YUV159.96153.99165.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=39.23%
G=22.84%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312420600.420.030.16304.7251.4566.08
HexD57CCE02A3101313342
Octal32517431605232046163102
Binary11010101111110011001110010101011100001001100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CCE; }

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

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

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

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

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

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

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

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