#D17FC1

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

Shades of Orchid #D17FC1

Tints of Orchid #D17FC1

Color information

#D17FC1 (or 0xD17FC1) is unknown color: approx Orchid. HEX triplet: D1, 7F and C1. RGB value is (209,127,193). Sum of RGB (Red+Green+Blue) = 209+127+193=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FC1 is #2E803E. Grayscale: #9E9E9E. Windows color (decimal): -3047487 or 12681169. OLE color: 12681169.

HSL color Cylindrical-coordinate representation of color #D17FC1: hue angle of 311.71º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17FC1 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209127193-
CMYK00.390.080.18
HSL311.71º47.13%65.88%-
HSV(B)311.71º39.23%81.96%-
XYZ43.5132.5854.45-
YUV159.04147.17163.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=39.51%
G=24.01%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912719300.390.080.18311.7147.1365.88
HexD17FC10278121382f42
Octal321177301047102247057102
Binary1101000111111111100000101001111000100101001110001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FC1; }

 p { color: rgb(209,127,193); }

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

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

 a { background-color: rgb(209,127,193); }

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

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

 span { border-color: rgb(209,127,193); }

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