#D57DC4

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

Shades of Orchid #D57DC4

Tints of Orchid #D57DC4

Color information

#D57DC4 (or 0xD57DC4) is unknown color: approx Orchid. HEX triplet: D5, 7D and C4. RGB value is (213,125,196). Sum of RGB (Red+Green+Blue) = 213+125+196=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DC4 is #2A823B. Grayscale: #9F9F9F. Windows color (decimal): -2785852 or 12877269. OLE color: 12877269.

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

Color convert

RGB213125196-
CMYK00.410.080.16
HSL311.59º51.16%66.27%-
HSV(B)311.59º41.31%83.53%-
XYZ44.7432.856.2-
YUV159.41148.65166.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=39.89%
G=23.41%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312519600.410.080.16311.5951.1666.27
HexD57DC40298101383342
Octal325175304051102047063102
Binary1101010111111011100010001010011000100001001110001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DC4; }

 p { color: rgb(213,125,196); }

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

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

 a { background-color: rgb(213,125,196); }

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

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

 span { border-color: rgb(213,125,196); }

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