#D374CF

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

Shades of Orchid #D374CF

Tints of Orchid #D374CF

Color information

#D374CF (or 0xD374CF) is unknown color: approx Orchid. HEX triplet: D3, 74 and CF. RGB value is (211,116,207). Sum of RGB (Red+Green+Blue) = 211+116+207=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D374CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D374CF is #2C8B30. Grayscale: #9A9A9A. Windows color (decimal): -2919217 or 13595859. OLE color: 13595859.

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

Color convert

RGB211116207-
CMYK00.450.020.17
HSL302.53º51.91%64.12%-
HSV(B)302.53º45.02%82.75%-
XYZ44.3730.8462.65-
YUV154.78157.47168.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 116 (45.70% from 255) = 21.72%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=39.51%
G=21.72%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111620700.450.020.17302.5351.9164.12
HexD374CF02D21112f3440
Octal32316431705522145764100
Binary11010011111010011001111010110110100011001011111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D374CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D374CF; }

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

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

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

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

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

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

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

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