#D164CC

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

Shades of Orchid #D164CC

Tints of Orchid #D164CC

Color information

#D164CC (or 0xD164CC) is unknown color: approx Orchid. HEX triplet: D1, 64 and CC. RGB value is (209,100,204). Sum of RGB (Red+Green+Blue) = 209+100+204=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D164CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164CC is #2E9B33. Grayscale: #909090. Windows color (decimal): -3054388 or 13395153. OLE color: 13395153.

HSL color Cylindrical-coordinate representation of color #D164CC: hue angle of 302.75º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D164CC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209100204-
CMYK00.520.020.18
HSL302.75º54.23%60.59%-
HSV(B)302.75º52.15%81.96%-
XYZ41.7527.0360.14-
YUV144.45161.61174.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 100 (39.45% from 255) = 19.49%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=40.74%
G=19.49%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910020400.520.020.18302.7554.2360.59
HexD164CC03421212f363d
Octal3211443140642224576675
Binary1101000111001001100110001101001010010100101111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D164CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D164CC; }

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

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

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

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

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

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

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

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