#D184CC

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

Shades of Orchid #D184CC

Tints of Orchid #D184CC

Color information

#D184CC (or 0xD184CC) is unknown color: approx Orchid. HEX triplet: D1, 84 and CC. RGB value is (209,132,204). Sum of RGB (Red+Green+Blue) = 209+132+204=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D184CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184CC is #2E7B33. Grayscale: #A3A3A3. Windows color (decimal): -3046196 or 13403345. OLE color: 13403345.

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

Color convert

RGB209132204-
CMYK00.370.020.18
HSL303.9º45.56%66.86%-
HSV(B)303.9º36.84%81.96%-
XYZ45.4434.4261.37-
YUV163.23151.01160.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 132 (51.95% from 255) = 24.22%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=38.35%
G=24.22%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913220400.370.020.18303.945.5666.86
HexD184CC0252121302e43
Octal32120431404522246056103
Binary110100011000010011001100010010110100101001100001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184CC; }

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

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

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

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

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

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

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

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