#D375DE

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

Shades of Orchid #D375DE

Tints of Orchid #D375DE

Color information

#D375DE (or 0xD375DE) is unknown color: approx Orchid. HEX triplet: D3, 75 and DE. RGB value is (211,117,222). Sum of RGB (Red+Green+Blue) = 211+117+222=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #D375DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375DE is #2C8A21. Grayscale: #9C9C9C. Windows color (decimal): -2918946 or 14579155. OLE color: 14579155.

HSL color Cylindrical-coordinate representation of color #D375DE: hue angle of 293.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D375DE is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211117222-
CMYK0.050.4700.13
HSL293.71º61.4%66.47%-
HSV(B)293.71º47.3%87.06%-
XYZ46.4131.8572.81-
YUV157.08164.64166.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.36%
GREEN value IS 117 (46.09% from 255) = 21.27%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=38.36%
G=21.27%
B=40.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111172220.050.4700.13293.7161.466.47
HexD375DE52F0D1263d42
Octal32316533655701544675102
Binary11010011111010111011110101101111011011001001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D375DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D375DE; }

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

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

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

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

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

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

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

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