#D188CB

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

Shades of Orchid #D188CB

Tints of Orchid #D188CB

Color information

#D188CB (or 0xD188CB) is unknown color: approx Orchid. HEX triplet: D1, 88 and CB. RGB value is (209,136,203). Sum of RGB (Red+Green+Blue) = 209+136+203=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D188CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188CB is #2E7734. Grayscale: #A5A5A5. Windows color (decimal): -3045173 or 13338833. OLE color: 13338833.

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

Color convert

RGB209136203-
CMYK00.350.030.18
HSL304.93º44.24%67.65%-
HSV(B)304.93º34.93%81.96%-
XYZ45.8835.4860.93-
YUV165.46149.18159.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 136 (53.52% from 255) = 24.82%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=38.14%
G=24.82%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913620300.350.030.18304.9344.2467.65
HexD188CB0233121312c44
Octal32121031304332246154104
Binary110100011000100011001011010001111100101001100011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188CB; }

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

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

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

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

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

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

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

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