#D161CC

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

Shades of Orchid #D161CC

Tints of Orchid #D161CC

Color information

#D161CC (or 0xD161CC) is unknown color: approx Orchid. HEX triplet: D1, 61 and CC. RGB value is (209,97,204). Sum of RGB (Red+Green+Blue) = 209+97+204=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D161CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161CC is #2E9E33. Grayscale: #8E8E8E. Windows color (decimal): -3055156 or 13394385. OLE color: 13394385.

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

Color convert

RGB20997204-
CMYK00.540.020.18
HSL302.68º54.9%60%-
HSV(B)302.68º53.59%81.96%-
XYZ41.4726.4660.05-
YUV142.69162.61175.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 97 (38.28% from 255) = 19.02%
BLUE value IS 204 (80.08% from 255) = 40%
R=40.98%
G=19.02%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099720400.540.020.18302.6854.960
HexD161CC03621212f373c
Octal3211413140662224576774
Binary1101000111000011100110001101101010010100101111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161CC; }

 p { color: rgb(209,97,204); }

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

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

 a { background-color: rgb(209,97,204); }

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

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

 span { border-color: rgb(209,97,204); }

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