#D188CD

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

Shades of Orchid #D188CD

Tints of Orchid #D188CD

Color information

#D188CD (or 0xD188CD) is unknown color: approx Orchid. HEX triplet: D1, 88 and CD. RGB value is (209,136,205). Sum of RGB (Red+Green+Blue) = 209+136+205=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D188CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188CD is #2E7732. Grayscale: #A5A5A5. Windows color (decimal): -3045171 or 13469905. OLE color: 13469905.

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

Color convert

RGB209136205-
CMYK00.350.020.18
HSL303.29º44.24%67.65%-
HSV(B)303.29º34.93%81.96%-
XYZ46.1235.5762.19-
YUV165.69150.18158.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=38%
G=24.73%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913620500.350.020.18303.2944.2467.65
HexD188CD02321212f2c44
Octal32121031504322245754104
Binary110100011000100011001101010001110100101001011111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188CD; }

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

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

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

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

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

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

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

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