#D377CF

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

Shades of Orchid #D377CF

Tints of Orchid #D377CF

Color information

#D377CF (or 0xD377CF) is unknown color: approx Orchid. HEX triplet: D3, 77 and CF. RGB value is (211,119,207). Sum of RGB (Red+Green+Blue) = 211+119+207=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D377CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377CF is #2C8830. Grayscale: #9C9C9C. Windows color (decimal): -2918449 or 13596627. OLE color: 13596627.

HSL color Cylindrical-coordinate representation of color #D377CF: hue angle of 302.61º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D377CF is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211119207-
CMYK00.440.020.17
HSL302.61º51.11%64.71%-
HSV(B)302.61º43.6%82.75%-
XYZ44.7231.5562.76-
YUV156.54156.48166.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 119 (46.88% from 255) = 22.16%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=39.29%
G=22.16%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111920700.440.020.17302.6151.1164.71
HexD377CF02C21112f3341
Octal32316731705422145763101
Binary11010011111011111001111010110010100011001011111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D377CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D377CF; }

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

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

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

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

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

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

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

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