#D371CC

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

Shades of Orchid #D371CC

Tints of Orchid #D371CC

Color information

#D371CC (or 0xD371CC) is unknown color: approx Orchid. HEX triplet: D3, 71 and CC. RGB value is (211,113,204). Sum of RGB (Red+Green+Blue) = 211+113+204=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D371CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371CC is #2C8E33. Grayscale: #989898. Windows color (decimal): -2919988 or 13398483. OLE color: 13398483.

HSL color Cylindrical-coordinate representation of color #D371CC: hue angle of 304.29º 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 #D371CC is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211113204-
CMYK00.460.030.17
HSL304.29º52.69%63.53%-
HSV(B)304.29º46.45%82.75%-
XYZ43.6730.0260.62-
YUV152.68156.97169.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 113 (44.53% from 255) = 21.40%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=39.96%
G=21.40%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111320400.460.030.17304.2952.6963.53
HexD371CC02E3111303540
Octal32316131405632146065100
Binary11010011111000111001100010111011100011001100001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D371CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D371CC; }

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

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

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

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

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

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

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

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