#D189CF

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

Shades of Orchid #D189CF

Tints of Orchid #D189CF

Color information

#D189CF (or 0xD189CF) is unknown color: approx Orchid. HEX triplet: D1, 89 and CF. RGB value is (209,137,207). Sum of RGB (Red+Green+Blue) = 209+137+207=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D189CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D189CF is #2E7630. Grayscale: #A6A6A6. Windows color (decimal): -3044913 or 13601233. OLE color: 13601233.

HSL color Cylindrical-coordinate representation of color #D189CF: hue angle of 301.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D189CF is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209137207-
CMYK00.340.010.18
HSL301.67º43.9%67.84%-
HSV(B)301.67º34.45%81.96%-
XYZ46.535.9563.52-
YUV166.51150.85158.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=37.79%
G=24.77%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913720700.340.010.18301.6743.967.84
HexD189CF02211212e2c44
Octal32121131704212245654104
Binary11010001100010011100111101000101100101001011101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D189CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D189CF; }

 p { color: rgb(209,137,207); }

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

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

 a { background-color: rgb(209,137,207); }

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

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

 span { border-color: rgb(209,137,207); }

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