#D371CD

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

Shades of Orchid #D371CD

Tints of Orchid #D371CD

Color information

#D371CD (or 0xD371CD) is unknown color: approx Orchid. HEX triplet: D3, 71 and CD. RGB value is (211,113,205). Sum of RGB (Red+Green+Blue) = 211+113+205=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D371CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371CD is #2C8E32. Grayscale: #989898. Windows color (decimal): -2919987 or 13464019. OLE color: 13464019.

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

Color convert

RGB211113205-
CMYK00.460.030.17
HSL303.67º52.69%63.53%-
HSV(B)303.67º46.45%82.75%-
XYZ43.7930.0761.25-
YUV152.79157.47169.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.89%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=39.89%
G=21.36%
B=38.75%

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
Decimal21111320500.460.030.17303.6752.6963.53
HexD371CD02E3111303540
Octal32316131505632146065100
Binary11010011111000111001101010111011100011001100001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D371CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D371CD; }

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

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

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

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

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

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

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

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