#D167DC

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

Shades of Orchid #D167DC

Tints of Orchid #D167DC

Color information

#D167DC (or 0xD167DC) is unknown color: approx Orchid. HEX triplet: D1, 67 and DC. RGB value is (209,103,220). Sum of RGB (Red+Green+Blue) = 209+103+220=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #D167DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167DC is #2E9823. Grayscale: #939393. Windows color (decimal): -3053604 or 14444497. OLE color: 14444497.

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

Color convert

RGB209103220-
CMYK0.050.5300.14
HSL294.36º62.57%63.33%-
HSV(B)294.36º53.18%86.27%-
XYZ44.0628.4270.87-
YUV148.03168.62171.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 103 (40.62% from 255) = 19.36%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=39.29%
G=19.36%
B=41.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091032200.050.5300.14294.3662.5763.33
HexD167DC5350E1263f3f
Octal3211473345650164467777
Binary1101000111001111101110010111010101110100100110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D167DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D167DC; }

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

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

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

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

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

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

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

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