#D375E4

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

Shades of Orchid #D375E4

Tints of Orchid #D375E4

Color information

#D375E4 (or 0xD375E4) is unknown color: approx Orchid. HEX triplet: D3, 75 and E4. RGB value is (211,117,228). Sum of RGB (Red+Green+Blue) = 211+117+228=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #D375E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375E4 is #2C8A1B. Grayscale: #9D9D9D. Windows color (decimal): -2918940 or 14972371. OLE color: 14972371.

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

Color convert

RGB211117228-
CMYK0.070.4900.11
HSL290.81º67.27%67.65%-
HSV(B)290.81º48.68%89.41%-
XYZ47.2332.1777.12-
YUV157.76167.64165.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.95%
GREEN value IS 117 (46.09% from 255) = 21.04%
BLUE value IS 228 (89.45% from 255) = 41.01%
R=37.95%
G=21.04%
B=41.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111172280.070.4900.11290.8167.2767.65
HexD375E47310B1234344
Octal323165344761013443103104
Binary110100111110101111001001111100010101110010001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D375E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D375E4; }

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

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

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

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

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

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

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

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