#D371C6

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

Shades of Orchid #D371C6

Tints of Orchid #D371C6

Color information

#D371C6 (or 0xD371C6) is unknown color: approx Orchid. HEX triplet: D3, 71 and C6. RGB value is (211,113,198). Sum of RGB (Red+Green+Blue) = 211+113+198=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D371C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371C6 is #2C8E39. Grayscale: #979797. Windows color (decimal): -2919994 or 13005267. OLE color: 13005267.

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

Color convert

RGB211113198-
CMYK00.460.060.17
HSL307.96º52.69%63.53%-
HSV(B)307.96º46.45%82.75%-
XYZ42.9629.7456.9-
YUV151.99153.97170.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=40.42%
G=21.65%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111319800.460.060.17307.9652.6963.53
HexD371C602E6111343540
Octal32316130605662146465100
Binary110100111110001110001100101110110100011001101001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D371C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D371C6; }

 p { color: rgb(211,113,198); }

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

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

 a { background-color: rgb(211,113,198); }

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

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

 span { border-color: rgb(211,113,198); }

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