#D375D7

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

Shades of Orchid #D375D7

Tints of Orchid #D375D7

Color information

#D375D7 (or 0xD375D7) is unknown color: approx Orchid. HEX triplet: D3, 75 and D7. RGB value is (211,117,215). Sum of RGB (Red+Green+Blue) = 211+117+215=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #D375D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375D7 is #2C8A28. Grayscale: #9B9B9B. Windows color (decimal): -2918953 or 14120403. OLE color: 14120403.

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

Color convert

RGB211117215-
CMYK0.020.4600.16
HSL297.55º55.06%65.1%-
HSV(B)297.55º45.58%84.31%-
XYZ45.4931.4867.97-
YUV156.28161.14167.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.86%
GREEN value IS 117 (46.09% from 255) = 21.55%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=38.86%
G=21.55%
B=39.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111172150.020.4600.16297.5555.0665.1
HexD375D722E01012a3741
Octal32316532725602045267101
Binary11010011111010111010111101011100100001001010101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D375D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D375D7; }

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

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

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

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

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

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

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

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