#D374C2

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

Shades of Orchid #D374C2

Tints of Orchid #D374C2

Color information

#D374C2 (or 0xD374C2) is unknown color: approx Orchid. HEX triplet: D3, 74 and C2. RGB value is (211,116,194). Sum of RGB (Red+Green+Blue) = 211+116+194=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D374C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D374C2 is #2C8B3D. Grayscale: #999999. Windows color (decimal): -2919230 or 12743891. OLE color: 12743891.

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

Color convert

RGB211116194-
CMYK00.450.080.17
HSL310.74º51.91%64.12%-
HSV(B)310.74º45.02%82.75%-
XYZ42.8530.2354.62-
YUV153.3150.97169.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 116 (45.70% from 255) = 22.26%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=40.50%
G=22.26%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111619400.450.080.17310.7451.9164.12
HexD374C202D8111373440
Octal323164302055102146764100
Binary1101001111101001100001001011011000100011001101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D374C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D374C2; }

 p { color: rgb(211,116,194); }

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

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

 a { background-color: rgb(211,116,194); }

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

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

 span { border-color: rgb(211,116,194); }

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