#D188CF

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

Shades of Orchid #D188CF

Tints of Orchid #D188CF

Color information

#D188CF (or 0xD188CF) is unknown color: approx Orchid. HEX triplet: D1, 88 and CF. RGB value is (209,136,207). Sum of RGB (Red+Green+Blue) = 209+136+207=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D188CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188CF is #2E7730. Grayscale: #A5A5A5. Windows color (decimal): -3045169 or 13600977. OLE color: 13600977.

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

Color convert

RGB209136207-
CMYK00.350.010.18
HSL301.64º44.24%67.65%-
HSV(B)301.64º34.93%81.96%-
XYZ46.3635.6763.47-
YUV165.92151.18158.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 136 (53.52% from 255) = 24.64%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=37.86%
G=24.64%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913620700.350.010.18301.6444.2467.65
HexD188CF02311212e2c44
Octal32121031704312245654104
Binary11010001100010001100111101000111100101001011101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188CF; }

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

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

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

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

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

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

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

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