#D167DD

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

Shades of Orchid #D167DD

Tints of Orchid #D167DD

Color information

#D167DD (or 0xD167DD) is unknown color: approx Orchid. HEX triplet: D1, 67 and DD. RGB value is (209,103,221). Sum of RGB (Red+Green+Blue) = 209+103+221=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D167DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167DD is #2E9822. Grayscale: #939393. Windows color (decimal): -3053603 or 14510033. OLE color: 14510033.

HSL color Cylindrical-coordinate representation of color #D167DD: hue angle of 293.9º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D167DD is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209103221-
CMYK0.050.5300.13
HSL293.9º63.44%63.53%-
HSV(B)293.9º53.39%86.67%-
XYZ44.228.4871.57-
YUV148.15169.12171.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 103 (40.62% from 255) = 19.32%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=39.21%
G=19.32%
B=41.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091032210.050.5300.13293.963.4463.53
HexD167DD5350D1263f40
Octal32114733556501544677100
Binary11010001110011111011101101110101011011001001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D167DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D167DD; }

 p { color: rgb(209,103,221); }

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

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

 a { background-color: rgb(209,103,221); }

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

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

 span { border-color: rgb(209,103,221); }

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