#D174CD

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

Shades of Orchid #D174CD

Tints of Orchid #D174CD

Color information

#D174CD (or 0xD174CD) is unknown color: approx Orchid. HEX triplet: D1, 74 and CD. RGB value is (209,116,205). Sum of RGB (Red+Green+Blue) = 209+116+205=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D174CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174CD is #2E8B32. Grayscale: #999999. Windows color (decimal): -3050291 or 13464785. OLE color: 13464785.

HSL color Cylindrical-coordinate representation of color #D174CD: hue angle of 302.58º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D174CD is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209116205-
CMYK00.440.020.18
HSL302.58º50.27%63.73%-
HSV(B)302.58º44.5%81.96%-
XYZ43.5630.4561.34-
YUV153.95156.81167.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 116 (45.70% from 255) = 21.89%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=39.43%
G=21.89%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911620500.440.020.18302.5850.2763.73
HexD174CD02C21212f3240
Octal32116431505422245762100
Binary11010001111010011001101010110010100101001011111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D174CD; }

 p { color: rgb(209,116,205); }

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

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

 a { background-color: rgb(209,116,205); }

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

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

 span { border-color: rgb(209,116,205); }

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