#D57FCB

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

Shades of Orchid #D57FCB

Tints of Orchid #D57FCB

Color information

#D57FCB (or 0xD57FCB) is unknown color: approx Orchid. HEX triplet: D5, 7F and CB. RGB value is (213,127,203). Sum of RGB (Red+Green+Blue) = 213+127+203=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FCB is #2A8034. Grayscale: #A1A1A1. Windows color (decimal): -2785333 or 13336533. OLE color: 13336533.

HSL color Cylindrical-coordinate representation of color #D57FCB: hue angle of 306.98º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FCB is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213127203-
CMYK00.400.050.16
HSL306.98º50.59%66.67%-
HSV(B)306.98º40.38%83.53%-
XYZ45.8133.6460.58-
YUV161.38151.49164.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 127 (50% from 255) = 23.39%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=39.23%
G=23.39%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312720300.400.050.16306.9850.5966.67
HexD57FCB0285101333343
Octal32517731305052046363103
Binary110101011111111110010110101000101100001001100111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FCB; }

 p { color: rgb(213,127,203); }

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

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

 a { background-color: rgb(213,127,203); }

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

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

 span { border-color: rgb(213,127,203); }

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