#D177CF

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

Shades of Orchid #D177CF

Tints of Orchid #D177CF

Color information

#D177CF (or 0xD177CF) is unknown color: approx Orchid. HEX triplet: D1, 77 and CF. RGB value is (209,119,207). Sum of RGB (Red+Green+Blue) = 209+119+207=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D177CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177CF is #2E8830. Grayscale: #9B9B9B. Windows color (decimal): -3049521 or 13596625. OLE color: 13596625.

HSL color Cylindrical-coordinate representation of color #D177CF: hue angle of 301.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D177CF is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209119207-
CMYK00.430.010.18
HSL301.33º49.45%64.31%-
HSV(B)301.33º43.06%81.96%-
XYZ44.1531.2562.74-
YUV155.94156.82165.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.07%
GREEN value IS 119 (46.88% from 255) = 22.24%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=39.07%
G=22.24%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911920700.430.010.18301.3349.4564.31
HexD177CF02B11212d3140
Octal32116731705312245561100
Binary1101000111101111100111101010111100101001011011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D177CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D177CF; }

 p { color: rgb(209,119,207); }

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

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

 a { background-color: rgb(209,119,207); }

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

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

 span { border-color: rgb(209,119,207); }

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