#D188CC

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

Shades of Orchid #D188CC

Tints of Orchid #D188CC

Color information

#D188CC (or 0xD188CC) is unknown color: approx Orchid. HEX triplet: D1, 88 and CC. RGB value is (209,136,204). Sum of RGB (Red+Green+Blue) = 209+136+204=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D188CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188CC is #2E7733. Grayscale: #A5A5A5. Windows color (decimal): -3045172 or 13404369. OLE color: 13404369.

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

Color convert

RGB209136204-
CMYK00.350.020.18
HSL304.11º44.24%67.65%-
HSV(B)304.11º34.93%81.96%-
XYZ4635.5261.56-
YUV165.58149.68158.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=38.07%
G=24.77%
B=37.16%

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
Decimal20913620400.350.020.18304.1144.2467.65
HexD188CC0232121302c44
Octal32121031404322246054104
Binary110100011000100011001100010001110100101001100001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188CC; }

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

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

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

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

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

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

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

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