#D57BBE

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

Shades of Orchid #D57BBE

Tints of Orchid #D57BBE

Color information

#D57BBE (or 0xD57BBE) is unknown color: approx Orchid. HEX triplet: D5, 7B and BE. RGB value is (213,123,190). Sum of RGB (Red+Green+Blue) = 213+123+190=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BBE is #2A8441. Grayscale: #9D9D9D. Windows color (decimal): -2786370 or 12483541. OLE color: 12483541.

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

Color convert

RGB213123190-
CMYK00.420.110.16
HSL315.33º51.72%65.88%-
HSV(B)315.33º42.25%83.53%-
XYZ43.8232.0352.59-
YUV157.55146.32167.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 123 (48.44% from 255) = 23.38%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=40.49%
G=23.38%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312319000.420.110.16315.3351.7265.88
HexD57BBE02AB1013b3442
Octal325173276052132047364102
Binary1101010111110111011111001010101011100001001110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57BBE; }

 p { color: rgb(213,123,190); }

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

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

 a { background-color: rgb(213,123,190); }

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

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

 span { border-color: rgb(213,123,190); }

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