#D169CB

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

Shades of Orchid #D169CB

Tints of Orchid #D169CB

Color information

#D169CB (or 0xD169CB) is unknown color: approx Orchid. HEX triplet: D1, 69 and CB. RGB value is (209,105,203). Sum of RGB (Red+Green+Blue) = 209+105+203=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D169CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169CB is #2E9634. Grayscale: #929292. Windows color (decimal): -3053109 or 13330897. OLE color: 13330897.

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

Color convert

RGB209105203-
CMYK00.500.030.18
HSL303.46º53.06%61.57%-
HSV(B)303.46º49.76%81.96%-
XYZ42.1327.9759.68-
YUV147.27159.46172.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 105 (41.41% from 255) = 20.31%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=40.43%
G=20.31%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910520300.500.030.18303.4653.0661.57
HexD169CB03231212f353e
Octal3211513130623224576576
Binary1101000111010011100101101100101110010100101111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D169CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D169CB; }

 p { color: rgb(209,105,203); }

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

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

 a { background-color: rgb(209,105,203); }

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

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

 span { border-color: rgb(209,105,203); }

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