#D168C3

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

Shades of Orchid #D168C3

Tints of Orchid #D168C3

Color information

#D168C3 (or 0xD168C3) is unknown color: approx Orchid. HEX triplet: D1, 68 and C3. RGB value is (209,104,195). Sum of RGB (Red+Green+Blue) = 209+104+195=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D168C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168C3 is #2E973C. Grayscale: #919191. Windows color (decimal): -3053373 or 12806353. OLE color: 12806353.

HSL color Cylindrical-coordinate representation of color #D168C3: hue angle of 308º 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 #D168C3 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB209104195-
CMYK00.500.070.18
HSL308º53.3%61.37%-
HSV(B)308º50.24%81.96%-
XYZ41.127.454.75-
YUV145.77155.79173.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 104 (41.02% from 255) = 20.47%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=41.14%
G=20.47%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910419500.500.070.1830853.361.37
HexD168C3032712134353d
Octal3211503030627224646575
Binary11010001110100011000011011001011110010100110100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D168C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D168C3; }

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

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

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

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

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

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

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

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