#D375E3

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

Shades of Orchid #D375E3

Tints of Orchid #D375E3

Color information

#D375E3 (or 0xD375E3) is unknown color: approx Orchid. HEX triplet: D3, 75 and E3. RGB value is (211,117,227). Sum of RGB (Red+Green+Blue) = 211+117+227=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #D375E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375E3 is #2C8A1C. Grayscale: #9D9D9D. Windows color (decimal): -2918941 or 14906835. OLE color: 14906835.

HSL color Cylindrical-coordinate representation of color #D375E3: hue angle of 291.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D375E3 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB211117227-
CMYK0.070.4800.11
HSL291.27º66.27%67.45%-
HSV(B)291.27º48.46%89.02%-
XYZ47.0932.1276.39-
YUV157.65167.14166.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.02%
GREEN value IS 117 (46.09% from 255) = 21.08%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=38.02%
G=21.08%
B=40.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111172270.070.4800.11291.2766.2767.45
HexD375E37300B1234243
Octal323165343760013443102103
Binary110100111110101111000111111100000101110010001110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D375E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D375E3; }

 p { color: rgb(211,117,227); }

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

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

 a { background-color: rgb(211,117,227); }

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

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

 span { border-color: rgb(211,117,227); }

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