#D184CB

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

Shades of Orchid #D184CB

Tints of Orchid #D184CB

Color information

#D184CB (or 0xD184CB) is unknown color: approx Orchid. HEX triplet: D1, 84 and CB. RGB value is (209,132,203). Sum of RGB (Red+Green+Blue) = 209+132+203=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D184CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184CB is #2E7B34. Grayscale: #A2A2A2. Windows color (decimal): -3046197 or 13337809. OLE color: 13337809.

HSL color Cylindrical-coordinate representation of color #D184CB: hue angle of 304.68º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D184CB is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209132203-
CMYK00.370.030.18
HSL304.68º45.56%66.86%-
HSV(B)304.68º36.84%81.96%-
XYZ45.3334.3760.75-
YUV163.12150.51160.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 132 (51.95% from 255) = 24.26%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=38.42%
G=24.26%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913220300.370.030.18304.6845.5666.86
HexD184CB0253121312e43
Octal32120431304532246156103
Binary110100011000010011001011010010111100101001100011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184CB; }

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

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

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

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

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

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

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

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