#D17CD7

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

Shades of Orchid #D17CD7

Tints of Orchid #D17CD7

Color information

#D17CD7 (or 0xD17CD7) is unknown color: approx Orchid. HEX triplet: D1, 7C and D7. RGB value is (209,124,215). Sum of RGB (Red+Green+Blue) = 209+124+215=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #D17CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CD7 is #2E8328. Grayscale: #9F9F9F. Windows color (decimal): -3048233 or 14122193. OLE color: 14122193.

HSL color Cylindrical-coordinate representation of color #D17CD7: hue angle of 296.04º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17CD7 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209124215-
CMYK0.030.4200.16
HSL296.04º53.22%66.47%-
HSV(B)296.04º42.33%84.31%-
XYZ45.7732.8868.22-
YUV159.79159.16163.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 124 (48.83% from 255) = 22.63%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=38.14%
G=22.63%
B=39.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091242150.030.4200.16296.0453.2266.47
HexD17CD732A0101283542
Octal32117432735202045065102
Binary11010001111110011010111111010100100001001010001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17CD7; }

 p { color: rgb(209,124,215); }

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

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

 a { background-color: rgb(209,124,215); }

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

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

 span { border-color: rgb(209,124,215); }

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