#D170C8

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

Shades of Orchid #D170C8

Tints of Orchid #D170C8

Color information

#D170C8 (or 0xD170C8) is unknown color: approx Orchid. HEX triplet: D1, 70 and C8. RGB value is (209,112,200). Sum of RGB (Red+Green+Blue) = 209+112+200=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D170C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170C8 is #2E8F37. Grayscale: #969696. Windows color (decimal): -3051320 or 13136081. OLE color: 13136081.

HSL color Cylindrical-coordinate representation of color #D170C8: hue angle of 305.57º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D170C8 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB209112200-
CMYK00.460.040.18
HSL305.57º51.32%62.94%-
HSV(B)305.57º46.41%81.96%-
XYZ42.5129.3158.06-
YUV151.04155.64169.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 200 (78.52% from 255) = 38.39%
R=40.12%
G=21.50%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911220000.460.040.18305.5751.3262.94
HexD170C802E412132333f
Octal3211603100564224626377
Binary11010001111000011001000010111010010010100110010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170C8; }

 p { color: rgb(209,112,200); }

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

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

 a { background-color: rgb(209,112,200); }

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

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

 span { border-color: rgb(209,112,200); }

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