#D375D2

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

Shades of Orchid #D375D2

Tints of Orchid #D375D2

Color information

#D375D2 (or 0xD375D2) is unknown color: approx Orchid. HEX triplet: D3, 75 and D2. RGB value is (211,117,210). Sum of RGB (Red+Green+Blue) = 211+117+210=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D375D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375D2 is #2C8A2D. Grayscale: #9B9B9B. Windows color (decimal): -2918958 or 13792723. OLE color: 13792723.

HSL color Cylindrical-coordinate representation of color #D375D2: hue angle of 300.64º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D375D2 is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB211117210-
CMYK00.450.000.17
HSL300.64º51.65%64.31%-
HSV(B)300.64º44.55%82.75%-
XYZ44.8631.2264.64-
YUV155.71158.64167.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 117 (46.09% from 255) = 21.75%
BLUE value IS 210 (82.42% from 255) = 39.03%
R=39.22%
G=21.75%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111721000.450.000.17300.6451.6564.31
HexD375D202D01112d3440
Octal32316532205502145564100
Binary1101001111101011101001001011010100011001011011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D375D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D375D2; }

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

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

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

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

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

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

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

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