#D168C7

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

Shades of Orchid #D168C7

Tints of Orchid #D168C7

Color information

#D168C7 (or 0xD168C7) is unknown color: approx Orchid. HEX triplet: D1, 68 and C7. RGB value is (209,104,199). Sum of RGB (Red+Green+Blue) = 209+104+199=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D168C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168C7 is #2E9738. Grayscale: #919191. Windows color (decimal): -3053369 or 13068497. OLE color: 13068497.

HSL color Cylindrical-coordinate representation of color #D168C7: hue angle of 305.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D168C7 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB209104199-
CMYK00.500.050.18
HSL305.71º53.3%61.37%-
HSV(B)305.71º50.24%81.96%-
XYZ41.5527.5857.17-
YUV146.22157.79172.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 104 (41.02% from 255) = 20.31%
BLUE value IS 199 (78.12% from 255) = 38.87%
R=40.82%
G=20.31%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910419900.500.050.18305.7153.361.37
HexD168C7032512132353d
Octal3211503070625224626575
Binary11010001110100011000111011001010110010100110010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D168C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D168C7; }

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

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

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

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

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

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

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

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