#D174CB

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

Shades of Orchid #D174CB

Tints of Orchid #D174CB

Color information

#D174CB (or 0xD174CB) is unknown color: approx Orchid. HEX triplet: D1, 74 and CB. RGB value is (209,116,203). Sum of RGB (Red+Green+Blue) = 209+116+203=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D174CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174CB is #2E8B34. Grayscale: #999999. Windows color (decimal): -3050293 or 13333713. OLE color: 13333713.

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

Color convert

RGB209116203-
CMYK00.440.030.18
HSL303.87º50.27%63.73%-
HSV(B)303.87º44.5%81.96%-
XYZ43.3230.3660.08-
YUV153.72155.81167.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 116 (45.70% from 255) = 21.97%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=39.58%
G=21.97%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911620300.440.030.18303.8750.2763.73
HexD174CB02C3121303240
Octal32116431305432246062100
Binary11010001111010011001011010110011100101001100001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D174CB; }

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

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

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

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

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

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

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

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