#D575BE

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

Shades of Orchid #D575BE

Tints of Orchid #D575BE

Color information

#D575BE (or 0xD575BE) is unknown color: approx Orchid. HEX triplet: D5, 75 and BE. RGB value is (213,117,190). Sum of RGB (Red+Green+Blue) = 213+117+190=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D575BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575BE is #2A8A41. Grayscale: #999999. Windows color (decimal): -2787906 or 12482005. OLE color: 12482005.

HSL color Cylindrical-coordinate representation of color #D575BE: hue angle of 314.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D575BE is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213117190-
CMYK00.450.110.16
HSL314.38º53.33%64.71%-
HSV(B)314.38º45.07%83.53%-
XYZ43.130.5952.35-
YUV154.03148.3170.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=40.96%
G=22.5%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311719000.450.110.16314.3853.3364.71
HexD575BE02DB1013a3541
Octal325165276055132047265101
Binary1101010111101011011111001011011011100001001110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575BE; }

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

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

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

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

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

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

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

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