#D168E6

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

Shades of Orchid #D168E6

Tints of Orchid #D168E6

Color information

#D168E6 (or 0xD168E6) is unknown color: approx Orchid. HEX triplet: D1, 68 and E6. RGB value is (209,104,230). Sum of RGB (Red+Green+Blue) = 209+104+230=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #D168E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D168E6 is #2E9719. Grayscale: #959595. Windows color (decimal): -3053338 or 15100113. OLE color: 15100113.

HSL color Cylindrical-coordinate representation of color #D168E6: hue angle of 290º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D168E6 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB209104230-
CMYK0.090.5500.10
HSL290º71.59%65.49%-
HSV(B)290º54.78%90.2%-
XYZ45.5329.1778.09-
YUV149.76173.29170.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 104 (41.02% from 255) = 19.15%
BLUE value IS 230 (90.23% from 255) = 42.36%
R=38.49%
G=19.15%
B=42.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2091042300.090.5500.1029071.5965.49
HexD168E69370A1224841
Octal3211503461167012442110101
Binary1101000111010001110011010011101110101010010001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D168E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D168E6; }

 p { color: rgb(209,104,230); }

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

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

 a { background-color: rgb(209,104,230); }

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

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

 span { border-color: rgb(209,104,230); }

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